REQUEST CONFIG

Configurations for the Request.
Limits
Request Timeout
Sets the maximum waiting duration in milliseconds for a request to elicit a response from the target server.
- Checked (True): If the timeout is reached, the request is aborted and closed.
- Unchecked (False): The request remains active until it gets a response or hits a hard 30-second threshold.
Follow Redirects
Configures how the Requester handles 3XX response status codes.
- Checked (True): The requester automatically follows the redirection URL. You may also set the Maximum number of redirects to follow.
- Unchecked (False): The requester saves the redirect result but will not follow it, continuing to other links instead.
Proxy Settings
Configure proxy server details:
- Proxy type - HTTP, HTTPS, SOCKS4, SOCKS5
- Host - Proxy server address
- Port - Proxy server port
- Authentication - Username/password if required
- Custom CA certificates - Add trusted certificates
Disabling SSL verification can expose you to security risks. Only use this option in controlled testing environments.