If I set network proxy in network settings on my computer (gnome 3 , fedora) when I do post get reuests in my python script will they go through the proxy or through direct connection?
what will python use? chrome browser gets proxified when I set proxy in neetwork, same for python?
if so how to use direct connection from python? like firefox does