actions-marketplace-validations/HTTP Request Action

Create any HTTP Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 9, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/fjogeleit_http-request-action@bbe0a691a73767f05a971cdd5f92585e5153d9aa # no releases — HEAD as of 2026-07-13

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 millisecondsno5000
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
httpsCertClient Certificate as stringno
httpsKeyClient Certificate Key as stringno
responseFilePersist the response data to the specified file pathno
maskResponseAllows to mark your response as secret and hide the output in the action logsnofalse
retryoptional amount of retries if the request failsno
retryWaitwait time between retries in millisecondsno
ignoreSslignore ssl verify (rejectUnauthorized: false)false
namedescription
responseHTTP Response Content
headersHTTP Response Headers
statusHTTP status message