I've made an app which is using HtmlAgilityPack to GET and POST data by Requests. Unfortunelly I have to have different ip every single POST. What I did is downloaded proxy changer
programs like:
https://github.com/shubhsblog/Auto-proxy-changer
https://github.com/mwiedemeyer/ProxySwitcher
http://www.eliteproxyswitcher.com/
Basically the programs are changing this tab:
What has to be said, when i use proxy changer andI go manually to the webpage (the same webpage used to send GET and POST in my c# app) my ip is changed, so it seems to work.
Unfortunelly not. My ip (proxy) is changed only in browser. When my c# app trying to POST data it is visible as my default ip. I dont understand why my ip is changed only in browser. My c# app seems to have unchanged ip. Does anybody know how to fix it?