FIX: HTTP Error 403 When Submitting PATH_INFO to Mapped Application
This article was previously published under Q252352 SYMPTOMS
When submitting extra path information to an Internet Information Server (IIS) application that has been mapped to a file extension, an error "403.2 Forbidden: Read Access Forbidden" will be returned to the browser.
RESOLUTION
This problem can be resolved by loading the hotfix available at the following location:
IIS 4.0 SSL ISAPI Filter Update (http://www.microsoft.com/downloads/release.asp?ReleaseID=16186) STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
The following URL will execute the CGITest.exe application passing /Extradir/Extra.txt as PATH_INFO.
http://<server>/<scripts>/CGITest.exe/extradir/extra.txt
You can map a file extension to the CGITest.exe using the Internet Service Manager. If the mscgi extension is mapped to CGITest.exe, the above URL can be executed as follows:
http://<server>/<scripts>/CGITest.mscgi/extradir/extra.txt
In this case, computers running Windows NT 4 Service Pack 6a will return a 403 error.
APPLIES TO
| Article Translations
|
Back to the top
