Cannot capture jmeter traffic in fiddler

fiddler, jmeter

Solution

First, change Fiddler's port back to `8888` as it was originally.

Next, change JMeter's proxy settings to point at `127.0.0.1` on port `8888` as its proxy settings.

Then, run your test.

Problem

I created a JMeter recording. But when I start the Test, I don't see any request going in Fiddler. I changed the port number in Fiddler to 8080, that I am using in JMeter. Steps: - Create a Thread Group - Add Http Request to the Thread Group and enter URL - Add Recording Controller to the Thread Group - Add HTTP(S) Test Script Recorder - Change Firefox settings to localhost proxy and 8080 port - Record Test - Then start Fiddler and start the test I am not sure whether JMeter is really running the test successfully. However it is showing the number of users as 10 and no errors when I run the test. Is there anything that I am missing?

Original source

Related problems