this bug exist at least from 1 year ago, this make the website can easily detect this as a bot, but somehow dev dont fix it till now. very unfortunate case, if we see so many new feature being introduced yet the basic need is being forgotten/not maintained
Is there a way to display the IP of the proxy you are currently using in the log?
-
-
Need to check the IP via web response.
You need to get back the information from third party services, they are limitless, some examples:
https://www.maxmind.com/en/locate-my-ip-address
https://ipapi.co/json/
https://ifconfig.me/After info received, simple parse the result.
Good luck!
-
For those who needs this later, you can set up http proxy and send a simple get request to https://api.ipify.org , it will give you the ip adress in plain text, no need to parse the json.
One of many simple and easy ways to do it.
