cssnr/Web Request
Easily Make Web Requests like GET/POST, Trigger Webhooks, and Send Files using Axios. Data inputs supports YAML/JSON format.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL for Request | yes | — |
| method | Request Method | — | POST |
| data | Request Data JSON/YAML | — | — |
| headers | Request Headers JSON/YAML | — | — |
| params | Request Parameters JSON/YAML | — | — |
| config | Axios Config JSON/YAML | — | — |
| username | Basic Auth Username | — | — |
| password | Basic Auth Password | — | — |
| insecure | Ignore SSL Errors | — | false |
| file | File Path | — | — |
| name | File Key Name | — | file |
| filename | Custom File Name | — | — |
| path | Parse a JSON Path | — | — |
Outputs
| name | description |
|---|---|
| status | Response Status |
| headers | Response Headers |
| data | Response Data |
| result | JSON Path Results |