I have been trying to get an extension I'm developing to using 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 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