actions-marketplace-validations/HTTP Request Action with Headers

Create any HTTP Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 16, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/boro2g_http-request-action@0a71cf36f007d83afbf4bc7d8f5992c09c476919 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlRequest URLyes
methodRequest MethodnoPOST
contentTypeContent Typeno
dataRequest Body as JSON Stringno{}
filesMap of absolute file paths as JSON Stringno{}
fileA single absolute file pathno
usernameAuth Usernameno
passwordAuth Passwordno
timeoutRequest Timeout in Secno5000
bearerTokenBearer Authentication Tokenno
customHeadersCustom HTTP Headersno
preventFailureOnNoResponsePrevent this Action to fail if the request respond without an responseno
ignoreStatusCodesPrevent this Action to fail if the request respond with one of the configured StatusCodesno
escapeDataEscape newlines in data string contentno
httpsCACertificate authority as string in PEM formatno
namedescription
responseHTTP Response Content
headersHTTP Response Headers