Hi all,
I have automation script that should get the data from an API. The VM on which DMA is deployed uses proxy for internet connection, and it works fine on browser and postman, but not from DMA automation script. Do you know what misconfiguration could be there, that would cause DMA to not have internet access?
Alija Kusur [SLC] [DevOps Advocate] Selected answer as best 2 hours ago
A similar problem is described in C# API connection using proxy. Do you think it would be an option to apply the same configuration in your scenario?
Alija Kusur [SLC] [DevOps Advocate] Selected answer as best 2 hours ago
Hi Jeroen, thank you for the answer. It can be applied in my case too and I already solved it this way. Another think I believe should work, since I recently used it to access network shares, and it solved this issue too, even though I wasn't aware of this until now, is to impersonate as the user for which the proxy is already configured, so the proxy setting is inherited through the mentioned impersonation.