Article ID: 252352 - Last Review: October 24, 2003 - Revision: 3.3 FIX: HTTP Error 403 When Submitting PATH_INFO to Mapped ApplicationThis 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/details.aspx?FamilyID=B6E3555B-A805-4140-AEAE-7FD38D334923&displaylang=en)
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.
| Article Translations
|
Back to the top
