Response message: Got unexpected status 404 with statusLine:HTTP/1.1 404 Not Found

Issue #247 closed
Madan Mohan created an issue

I am getting the error with 404 Response code in sampler result, But when I connect the same URI in the post man I am able to establish the connection

Comments (5)

  1. Peter Doornbosch repo owner

    The problem is in your testplan, not in the plugin. I bet the requests (JMeter vs Postman) are not 100% equal, even though you think. Capture both sessions with WireShark and compare the HTTP request they are sending, there must be a difference. Could be a missing header or something like that.

  2. Log in to comment