cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Extensions v1 and proxy

AntonioSousa
DynaMight Guru
DynaMight Guru

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.

Antonio Sousa
1 REPLY 1

Mike_L
Dynatrace Leader
Dynatrace Leader

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