I'm currently trying to interact with the atlassian api via python: https://github.com/atlassian-api/atlassian-python-api.
My problem is, that my application runs in a network, where every connection must be passed over an internal proxy. From questions like this: How to pass all Python's traffics through a http proxy? I got to know how to configure the proxy on a Linux system.
In my case all systems are based on windows. Therefore I wanted to know if there are also ways to pass every request over the proxy on windows.
The question above also mentioned solutions on windows, but for me these solutions didn t look very trust worthy to run them in a internal network.
Are there other ways to pass every request over a proxy on a windows system?