Hi team, I am getting 401-Unauthorized error without Authorization manager and 403-Forbidden with Authorization manager for just landing page just before the user login.
Invoke url looks like this and after a couple of redirections it is getting the Login page in the browser. Jmeter just recorded only this request (it is a GET request) https://abc-qa.test.net/Forms/Portal/MyWorks.aspx When you invoke the above url it returns 302 and redirects to their response header location url. It is like this https://wfsso-apps-qa.test2.com/as/authorization.oauth2?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ...... (it is a long url) The above 2nd url also returns 302 and redirects to their header response location url. it is like this https://wfsso-apps-qa.test2.com/as/CDagh-3fksLarOX /resume/as/authorization.ping *(red text is a dynamic value) - *this returns 200 and gets the login page However, in Jmeter script the first two steps (urls with redirects) works as it is but fails at the 3rd url as mentioned above (It returns 401-Unauthorized error without Authorization manager or empty data and 403-Forbidden with Authorization manager). I just followed all the headers as it is used in the browser as well as compared the responses headers. Almost all response headers are similar to what the browser returns, but one cookie header is missing in the 3rd url with failure response. I would appreciate valuable input on how to resolve this issue if anybody has previous experience or best ideas. Thank you!