Consultor Eletrônico



Kbase P36534: Infinite redirection with output-http-header causes CGI erro
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/10/2003
Status: Unverified

FACT(s) (Environment):

Webspeed 3.1D

SYMPTOM(s):

Infinite redirection with output-http-header causes CGI error from messenger

Internet Explorer shows:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Netscape shows:
Object Moved
This document can be found here

CAUSE:

Infinite redirection with:
output-http-header( "status", "302" ).
output-http-header( "location", <new url here> ).
output-http-header( " ", " " ).

FIX:

Review the code and eliminate inifinite redirection.