SetHeader can't set AUTH_TYPE:, why?
Thu, 1 Sep 2005 00:58:03 -0700
Hello,
Before my post nothing answer, so I created another post.
I have a problem with SetHeader that can't set authentication value
to AUTH_TYPE, I use it after Authenticated user login.
I using IIS 5.1, WinXP Pro SP1, and using in OnPreprocHeader
This's not working, but return true?
bReturnErr = p ...
|
XML DOM
31 Aug 2005 09:07:20 -0700
Do you have any code sample for reading/writing an XML file using the
MSXML2 library, as i want to insert it in an ISAPI extension.
Thanks, Luca
p.s. I'm working on Windows CE .NET (or 4.2)
...
|
ISAPI and MFC applications
31 Aug 2005 05:42:49 -0700
I have a big problem in managing a Windows Application in an ISAPI DLL.
The reason I need an application in a Server application is that I want
my machine to be both server and client.
The problem I have is that I can create the MFC application and also
the related window, but I have control on this window o ...
|
How to set or post to AUTH_USER any info?
Wed, 31 Aug 2005 01:31:14 -0700
Hello,
I try to set or post to AUTH_USER information like UserName, but not success,
using in ISAPI filter with VC++?
I tryed use to set like lpstrcpy(auth->pszUser, "demo"), may sothing I do
wrong?
And for testing I want to see in servervariables("AUTH_USER") using ASP
P.S. Sorry for my English. ...
|
Weird, COM object inside DCOM object called from ISAPI fails after WS2003 SP1 update...
Tue, 30 Aug 2005 00:29:43 -0400
....returning "stub received bad data." Without SP1, works fine.
Situation:
Windows 2003 Server SP1 (all patches)
IIS 6.0
I have an ISAPI extension named something.dll which gets requests from
remote machine (basically XML strings that need to be passed to a COM
interface running in a service.)
On ...
|
GetHeader problem. authentication isapi filter.
Mon, 29 Aug 2005 05:25:02 -0700
Hi,
I m new implementing ISAPI filters. I m trying to do an ISAPI filter to put
the authentication box pop up away but when I try to get the header to
compare it with some parameters, the next error occurs:
auth.cpp(62): error C2664: 'BOOL (_HTTP_FILTER_CONTEXT
*,LPSTR,LPVOID,LPDWORD)' : cannot convert p ...
|
FREE Indian oil for men!
Sun, 28 Aug 2005 22:13:42 -0700
Free Indian oil promotion for men!
100% free trial bottle, safe and great fun!
Tel : 91-22-24449309/56663081
MURLI WAGHULDE
...
|
|
|
FREE Indian oil for men!
Sun, 28 Aug 2005 22:13:40 -0700
Free Indian oil promotion for men!
100% free trial bottle, safe and great fun!
Tel : 91-22-24449309/56663081
MURLI WAGHULDE
...
|
"MaxCopyThreshold" in \\....\Services\HTTP\Parameters
Sun, 28 Aug 2005 18:53:09 +0200
is anybody able to explain what exactly goes on in IIS 6.0 once the
"MaxCopyThreshold" value is set ?
david for example ? :)
regards from germany, markus
...
|
SetHeader Problem in ISAPI Filter with POST Request
Sat, 27 Aug 2005 02:57:23 -0700
Hi All,
I have an isapi filter that OnPreprocHeaders call SetHeader to modify the
"Authorization:" header.
With GET Requests everything works fine.
Unfortunatly with post request it seams that calling SetHeader deletes the
content of the post.
If I comment the SetHeader call everything works fine.
...
|