actions-marketplace-validations/HTTP Request Action with Headers
Create any HTTP Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 16, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/boro2g_http-request-action@0a71cf36f007d83afbf4bc7d8f5992c09c476919 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Request URL | yes | — |
| method | Request Method | no | POST |
| contentType | Content Type | no | — |
| data | Request Body as JSON String | no | {} |
| files | Map of absolute file paths as JSON String | no | {} |
| file | A single absolute file path | no | — |
| username | Auth Username | no | — |
| password | Auth Password | no | — |
| timeout | Request Timeout in Sec | no | 5000 |
| bearerToken | Bearer Authentication Token | no | — |
| customHeaders | Custom HTTP Headers | no | — |
| preventFailureOnNoResponse | Prevent this Action to fail if the request respond without an response | no | — |
| ignoreStatusCodes | Prevent this Action to fail if the request respond with one of the configured StatusCodes | no | — |
| escapeData | Escape newlines in data string content | no | — |
| httpsCA | Certificate authority as string in PEM format | no | — |
Outputs
| name | description |
|---|---|
| response | HTTP Response Content |
| headers | HTTP Response Headers |