Do Request avatar
Do Request
Try for free

No credit card required

View all Actors
Do Request

Do Request

useful-tools/do-request
Try for free

No credit card required

Simple Actor that does request based on the Actor's Input. It allows to overcome issue with WebHooks not supporting to set request Headers.

URL

urlstringOptional

URL that the request is going to be made to

Method

methodEnumOptional

Request method

Value options:

"GET": string"POST": string

Default value of this property is "GET"

Headers

headersobjectOptional

Configurations for individual runs

Authorization header value (Secret Request header)

secretHeaderAuthorizationstringOptional

This value will be encrypted on the Input and would not be stored to the RequestQueue.

Cookie header (Secret Request header)

secretHeaderCookiestringOptional

This value will be encrypted on the Input and would not be stored to the RequestQueue.

Payload

payloadstringOptional

Request's payload

Retries

retryCountintegerOptional

Request's payload

Default value of this property is 3

Proxy configuration

proxyConfigurationobjectOptional

If filled it will use proxy for the Request

Default value of this property is {"useApifyProxy":false}

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 96.7% runs succeeded
  • Created in Sep 2023
  • Modified 9 months ago