escaping/unescaping data stream
Wed, 19 Apr 2006 11:02:01 -0700
Not really sure what group to post this too.....
I have written a web gateway in C++ and was wondering if MS has an API for
escaping/unescaping a buffer to conform with x-url-form-encoded data ?
--
Timothy Jewett
Jewettware@online.nospam ...
|
ISAPI to add a custom HEADER
19 Apr 2006 08:04:53 -0700
Hello All,
I am new at ISAPI filters. What I need to do is add my own custome
header to IIS,
such as F00 and give it a value of BAR.
I then want to be able to access that header through ASP scripting as
in :
Request.ServerVariables("FOO")
Is this even possible? I have kind of managed to add FOO usin ...
|
Mob-ocracy and the Fall of the Republic
Mon, 17 Apr 2006 23:17:37 +0100
Are we fools? Or are we slaves? As in the film Gladiator, are we as a nation
going from free men to slaves? Would we restore the Republic? Are we even still
living in a Republic? Or a mob-ocracy? And where is our representation in
government? Frank concludes that We have gone from civilized law to "jungle law"
...
|
HttpExtensionProc not Invoked
17 Apr 2006 07:44:55 -0700
Hi,
I'm trying to test the wildcard script map using the WildCardMap sample
however the
HttpExtensionProc function is never being invoked ... any idea ? I
simply added the dll to the web service extensions and to the wild card
application map (no filter yet).
My goal is to use the extension as a filter. i. ...
|
administrator vs. programmer
16 Apr 2006 07:35:05 -0700
Hi,
when there are two isapi filters and the programmer set 1 to be high
priority and 2 for low, what will happen when the adminstrator set the
opposite ?
which will be called first ?
Thanks,
Gilad.
...
|
for sale: internetDotComs.com
Sun, 16 Apr 2006 15:39:14 +0200
domain for sale: internetdotcoms.com
http://www.afternic.com/name.php?id=11866440
...
|
post data in isapi filter
16 Apr 2006 02:04:28 -0700
Hi,
Is it possible to obtain the post data in isapi filter ? if so, in
which of the stages and what is the data structure -
SF_NOTIFY_READ_RAW_DATA ?
Thanks,
Gilad.
...
|
|
|
Getting specific data members for output to a log file
Sat, 15 Apr 2006 13:11:34 -0500
I'm trying to write a Filter that handles writing a W3C-compliant log file
based on a special set of criteria. I have found most of the needed
information in GetServerVariables(), but I still need the following things:
sc-status: The status code returned by the server on the request (i.e. 200
if the HTTP ...
|
handle files which are passed through ISAPI filters.
15 Apr 2006 06:53:37 -0700
Hi All,
I want to handle files which are passed through ISAPI filters.
If a client sends a request "http://195.225.177.33/vx/win32.exe", it
passes through ISAPI filter to Webserver and data is sent from
Webserver to ISAPI filter and then to browser.
I want to download that file in ISAPI filter and sca ...
|
Can ISAPI redirect log file writes
Thu, 13 Apr 2006 00:53:02 -0500
Here's the situation. We have currently about 100 different sites in IIS6's
manager which are pointing to one of 2 directories. The reasoning behind
this was that we wanted to be able to keep separate logs for each host
header name (i.e. user1.domain.com logs to one place while user2.domain.com
logs some ...
|