16 Mar 2023
10:26 AM
- last edited on
12 May 2023
01:54 AM
by
Michal_Gebacki
I have been trying to get an extension I'm developing to use the proxy defined in the ActiveGate configuration.
But the use of requests tries to connect directly to the URL. I can catch that because I'm dumping traffic and confirming it's not going through a proxy.
Of course, I can get requests to use a proxy, but just wondering if I didn't get this wrong.
Solved! Go to Solution.
You are doing it correctly. The requests library used is completely standalone from the AG configuration. You’ll have to implement it separately.
we’re looking into ways of improving this in Extensions Framework 2.0, but there is no commitment yet.
Mike