'Get request parameters not appending properly in Jmeter

I have running the JMeter for performance testing,

For GET request the parameters are not appending properly

Get Request

Request's response

I don't know what i am missing.



Solution 1:[1]

I don't think it's a good idea to have protocol, host and port in "Path" field of the HTTP Request sampler, you should use the relevant inputs for this.

enter image description here

Moreover, having the full URL in the "Path" section might cause malfunction of i.e. HTTP Cookie Manager, HTTP Cache Manager, etc.

If you're uncertain about how to properly build the HTTP Request you can just record it using JMeter's HTTP(S) Test Script Recorder or JMeter Chrome Extension.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dmitri T