Home All Groups Group Topic Archive Search About

404 comes back with a 200 added

Author
15 Mar 2005 9:15 PM
Prabha
The webserver receives a 404 response code from an IIS filter.  However, when
it returns the data to the browser, it appends 200 OK along with the content
of the target page.  Anyone seen this behavior?  Anyone knows how to correct
this problem?

Thanks,
Hema

Author
16 Mar 2005 3:54 PM
Wade A. Hilmo [MS]
Hello,

It sounds like the ISAPI filter has been written incorrectly.

You should contact the vendor for the filter.  If you wrote the filter, the
try posting the question to the
microsoft.public.platformsdk.internet.server.isapi-dev newsgroup.

Thank you,
-Wade A. Hilmo,
-Microsoft

Show quoteHide quote
"Prabha" <Pra***@discussions.microsoft.com> wrote in message
news:327CC427-8452-4744-BBBD-9A50803D0B4F@microsoft.com...
> The webserver receives a 404 response code from an IIS filter.  However,
when
> it returns the data to the browser, it appends 200 OK along with the
content
> of the target page.  Anyone seen this behavior?  Anyone knows how to
correct
> this problem?
>
> Thanks,
> Hema