Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ISAPI Extension redirector

8 views
Skip to first unread message

William

unread,
Dec 15, 2009, 1:07:01 PM12/15/09
to
I developed an ISAPI Extension in C++ which makes some output, but any
redirection that occurs immediately after the insertion of a cookie on my
page returns me the following:
HTTP/1.1 302 Object Moved Connection: close Date: Fri, 11 Dec 2009 17:32:12
GMT Content-Length: 162 Content-Type: text / html Location:
http://Localhost/Paginas/principal.html Server: Microsoft -IIS/6.0
Set-Cookie: status = active; path = /;
Object Moved
This document may be found here
What is the way to solve this problem?
Thank you for the help everyone.

William

unread,
Jan 14, 2010, 11:50:01 AM1/14/10
to
Found that the error appears due to the sending of HTTP headers along with
the HTML page.

Using MFC class I use pCtxt-> m_bSendHeaders = false; to disable the sending
of headers. Without using MFC classes, as I do that? There is no equivalent
in pECB?

Thank you for the help everyone.

William

0 new messages