Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Query String Parameters with ISAPI Filter 1

Status
Not open for further replies.

sdc

Programmer
Nov 28, 2000
4
0
0
US
Hello,
I am writing an ISAPI filter and I want it to add additional query string parameters to the URL. Does anyone know of a way to do this? I can do it by building a new URL and then redirecting to that URL, but this introduces another problem which is having to pass along any POST data that was submitted which brings me to another question. Is it possible to obtain the POST data without implementing OnReadRawData?

Thanks or your help,
Scott
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top