Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to record a script using Jmeter script recorder, which requires to run the request from the browser with proxy set to Manual, localhost and port(say) 8080.

When I changed the proxy of the browser to localhost and port to 8080, I lose internet, I see the message "The proxy server is refusing connections". I tried stopping the firewall but that does not seem to help.

I see same error when I user http://localhost i.e. Connection refused, but I am able to ping localhost successfully.

Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms

What could be the problem ?

question from:https://stackoverflow.com/questions/65602565/unable-to-change-the-proxy-settings-to-localhost-and-port-8080

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
977 views
Welcome To Ask or Share your Answers For Others

1 Answer

Well, it turned out that, unless I "Start" the Jmeter recording controller, I would not be able to access the URL/internet.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...