On Linux I'm starting chrome as google-chrome --proxy-server=127.0.0.1:8888 --proxy-bypass-list="" however it's still not using the proxy for localhost requests.
How can I force chrome to use my proxy for localhost?
You may wonder why I wanna do this, I'm trying to record all the requests, using jmeter, to an application running on local environment.
127.0.0.1usingcurl --proxyon the local Windows machine, but on the same machine neither Firefox nor Chrome can access the remote127.0.0.1through the proxy. The interesting thing is that this worked some moths ago, then stopped working. First I though it's an issue with the remote server, but since the localcurl --proxyworks I'm sure it's a browser or OS problem. – Crouching Kitten Jun 15 '19 at 23:23