Hi Jmeter, What is the difference between sending parameter in the URL Request and using Send Parameter With the Request.
The difference I have seen doing this is below: ****Sending parameter in the URL: it posts the parameter along with URL. For example. when I look at the request tab in view results tree Request Tab: POST: https://www.abc.com/app/services/sync?parameter_passed POST data: ****Sending parameter with the Request: it posts the parmater in the POST data: Request Tab: POST: https://www.aba.com/app/services/ POST data: sync?parameter_passed The issue I am having here is I am not getting the same response when I pass parameter in the URL and using option "Send Parameter With The Request" -- View this message in context: http://jmeter.512774.n5.nabble.com/HTTP-Request-Post-Method-tp5718843.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
