actions-marketplace-validations/Web Request Action
Send Web Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Web request URL endpoint | yes | — |
| method | Web request method (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`) | yes | GET |
| payload | Web request payload in JSON format | no | — |
| headers | Web request headers in JSON format | no | — |
| username | username for BASIC auth | no | — |
| password | password for BASIC auth | no | — |
Outputs
| name | description |
|---|---|
| output | data output from the web request |