+

Search Tips   |   Advanced Search

NL-REDIRECT-03

Description

NeoLoad could not follow the sendRedirect directive for the previous request (302 Moved Temporarily).

Cause

The previous request did not issue a redirection (no 302 status)

Explanation

The request that failed has the "HTTP redirect" type in NeoLoad. This means that the request must follow the redirection directive of the previous request. The redirection is valid when the previous request returns the HTTP status code 301, 302, 303 or 307, and headers containing the header named "Location".

NL-REDIRECT-03 means that the previous request (designated by the 'referrer') did not have an HTTP status code of 301, 302, 303 or 307 when played back. First, please verify that the referrer of the request that failed is in fact the appropriate request (click "Advanced..." button and select the "Advanced settings" tab). Next, investigate why the previous request did not return the expected status code. Typically, an invalid parameter has been sent and the previous request has failed with '200' as the HTTP status code.


Home