NL-REDIRECT-02
Description
NeoLoad could not follow the sendRedirect directive for the previous request (302 Moved Temporarily).
Cause
Location header missing in previous request.
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-02 means that the previous request (designated by the 'referrer') had an HTTP status code of 301, 302, 303 or 307 but no header named "Location" when played back. The web application should be fixed.
Home