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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by duffeyoh

  1. duffeyoh

    ISAPI Filter - Redirection of Short URL to Longer URL

    I believe I have found the answer to my own problem. First, a more appropriate title for this thread would be "ISAPI Filter - Modifying the Physical Path for a URL Request". Solution 1: In the OnUrlMap handler, the HTTP_FILTER_URL_MAP structure pointed to by pMapInfo contains both the pointer...
  2. duffeyoh

    ISAPI FIlter - Changing the Length of Data Returned in OnSendRawData

    I want to modify the length of data returned in the OnSendRawData handler of an ISAPI filer. Is this possible? If so, how?
  3. duffeyoh

    ISAPI Filter - Redirection of Short URL to Longer URL

    I want to change the physical path of certain URLs using the OnUrlMap handler of an ISAPI filter. I can do this by overwriting the contents of pMapInfo->pszPhysicalPath with the new physical path that I want. This works fine as long as the new path is equal or shorter in length to the old path...

Part and Inventory Search

Back
Top