Overview
This node allows users to route their HTTP requests through a proxy server. It is useful in scenarios where bypassing network blocks, avoiding rate limits, or managing multiple accounts is necessary. By using proxy servers with IPs from Vietnam (VN), it helps avoid bans and access restrictions.
Practical examples include:
- Scraping websites that limit requests per IP.
- Accessing geo-restricted content by routing traffic through VN IP addresses.
- Managing multiple social media or service accounts without triggering anti-bot protections.
Properties
| Name | Meaning |
|---|---|
| Proxy | The URL of the proxy server to use for requests. Format: http(s)://user:pass@host:port. Used to bypass blocks, limits, and avoid bans by using VN IPs. |
Output
The node outputs JSON data representing the response received when making requests through the specified proxy. The exact structure depends on the external service or API being accessed via the proxy.
If binary data is returned (e.g., files or images), it will be included accordingly, but this node primarily focuses on routing requests rather than transforming output.
Dependencies
- Requires an active internet connection and access to the specified proxy server.
- No internal credential types are exposed; users must provide a valid proxy URL.
- No additional environment variables or n8n configurations are explicitly required beyond standard HTTP request capabilities.
Troubleshooting
- Invalid Proxy URL: If the proxy string is malformed or unreachable, requests will fail. Ensure the proxy URL follows the correct format and credentials are valid.
- Proxy Authentication Failure: If username or password is incorrect, authentication errors may occur. Verify proxy credentials.
- Network Blocks or Timeouts: Proxy servers might be slow or blocked themselves. Try alternative proxies if timeouts happen.
- Bans Despite Proxy: Some services detect proxies or VPNs. Using high-quality or residential proxies can help reduce bans.
Common error messages might include connection refused, authentication failed, or timeout errors related to the proxy server.
Links and References
Note: The source code was heavily obfuscated and minified, so the summary is based on static analysis of the provided property and general understanding of proxy usage in HTTP requests.