Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

IIS generates courtesy redirect when folder without trailing slash is requested


Symptoms

When a browser requests a URL such as http://www.servername.de/SubDir, the browser is redirected to http://www.servername.de/SubDir/. A trailing slash is included at the end of the URL.

↑ Back to the top


Cause

Internet Information Server (IIS) first treats SubDir as a file that it should give back to the browser. If this file cannot be found, IIS checks to see if there is a directory with this name. If a directory with this name exists, a courtesy redirect with a 302 "Object moved" response message is returned to the browser. This message also contains the information about the new location of the directory with the trailing slash. In turn, the browser starts a new GET request to the URL with the trailing slash.

With this slash at the end of the URL, IIS treats this as a directory and tries to obtain either the default document from this directory or, if no default document exists, returns the directory listing or a "Directory listing denied" error message.

↑ Back to the top


More Information

When a browser requests a virtual directory that does not contain a trailing slash, Internet Information Services (IIS) 6.0 returns an HTTP 301 "Moved Permanently" message. This behavior permits the client to append the trailing slash on later requests to the virtual directory.

↑ Back to the top


Keywords: kbpending, kbprb, kbbillprodsweep, kb

↑ Back to the top

Article Info
Article ID : 298408
Revision : 6
Created on : 6/10/2019
Published on : 6/10/2019
Exists online : False
Views : 122