url redirection - Redirect issue jmeter for 301 and 302 -


i fired 1 url on redirection expected getting different response code in jmeter , on using devtools f12.

example fired http://test.com on chrome, on using f12, can see response code 301 , in second line displays 200 successful redirection happened. but, when same url fired through jmeter, got response code 302(found) right now, have used http request

  • implementaion: no client selection(default),
  • get,
  • protcol - http , proxy server details.

can please let know why able see difference in response code when fire url directly on chrome(301) , through jmeter(302)

ensure "follow redirects" checked in http request:

enter image description here


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -