skgandikota/FetchUrl

FetchUrl action performs a generic Fetch API request and returns the response code, response body, and headers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlThe URL to fetch.yes
methodThe HTTP method to use (GET, POST, PUT, DELETE, PATCH, etc.)noGET
headersA JSON string of headers to include in the request.no{}
bodyThe body to send with the request (ignored for GET and HEAD).no""
timeoutRequest timeout in milliseconds (0 for no timeout).no30000
namedescription
statusThe HTTP response status code.
headersThe HTTP response headers as a JSON string.
bodyThe HTTP response body.