Unanswered question

NL-REDIRECT-03 only from cloud LG

Dear All,

when I run my test with 100 users using local host LG it works fine. Then I use the cloud LG and I am getting a lot of NL-REDIRECT-03
why the behavior is diffrent from my machine and the cloud LG ?
thanks for your help.

Laurent G.
Laurent G.

Laurent G.

Level
1
197 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

That error happens on a request that is configured to follow a redirection of a previous request. That previous request did not issue a redirection.

So you should look at the response of that previous request to figure out what happened.

If it's your login request it means that the login failed. If it only happens from the Cloud you should check if you do not have any mechanism that could block a login from outside of your network or maybe another step that has to be recorded compared when the login is done from your network.

Have you manually tried to execute your transactions manually from a machine that is on the Internet?

 

Laurent G.
Laurent G.

Laurent G.

Level
1
197 / 750
points

Hi Nouredine

Thanks for your answer
That error happens on a request that is configured to follow a redirection of a previous request. That previous request did not issue a redirection.
 I understood this point
So you should look at the response of that previous request to figure out what happened.
 The previous gives a 200 instead of a 302
If it's your login request it means that the login failed. If it only happens from the Cloud you should check if you do not have any mechanism that could block a login from outside of your network or maybe another step that has to be recorded compared when the login is done from your network.
Have you manually tried to execute your transactions manually from a machine that is on the Internet?
 If I do it manually I am getting a 200
https://www.google.ch/ads/user-lists/963586705/?fmt=3&...

But one time I got the 302 and redirections see screenshots
My question is why LG have different behviors?