Welcome to the Alteryx Knowledge Base
Knowledge Base / Designer / "Your request is prohibited because the request is on loopback from external IP."
"Your request is prohibited because the request is on loopback from external IP."
Created/Edited -
Summary
Environment
- Alteryx Designer + Intelligence Suite
- 2020.x Versions
- Third-Party Products: Proxy Server (Manual Proxy or PAC script)
Error: "Your request is prohibited because the request is on loopback from external IP."
Error: "The request URL could not be retrieved"
Cause
If the machine when running Designer is behind a manual Proxy server, you may need to allow bypass proxy server for local addresses or add an exception.
If the Proxy Server is configured to use a PAC script, you may need to allow direct access in the PAC script for calls to localhost.
Resolution
Solution A - When using a Manual Proxy server
- Close Alteryx Designer
- Open Internet Options > Connections > LAN Settings
- Uncheck the "Automatically detect settings" option
- Make sure the manual Proxy server is checked and the "Bypass proxy server for local addresses" is checked as well
5. Restart Alteryx Designer and test the workflow.
If you are still getting the same error, you might need to add an exception in the Advanced window of Internet Options > Connections > LAN Settings > Advanced
Solution B - When using a PAC script
When using a PAC script, you may need to work internally with your IT/Proxy Team to allow direct access in the PAC script for calls to localhost.
Was this article helpful?