Hello.
We are building a custom tool for alteryx and noticed a strange thing.
When proxy is set up in windows as described here https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Change-proxy-connection-in-download-tool/m-p/12860
HTTP calls from javascript are ignoring that setting and still go directly to requested endpoint.
Javascript calls are with jQuery like '$.get("http://msn.com")'
Can you confirm that built in javascript engine uses the same settings?
My easy way to reproduce is:
1. Set windows . proxy settings to non-existing proxy like '127.0.0.1:3128'
2. Open browser and make sure web requests stopped working - goto "http://msn.com" and get Proxy not responding error.
3. Open any tool that uses ajax requests to remote services from GUI
4. $.get('http://msn.com') still works from javascript that means it ignores proxy setting.
Thanks.