FIX: Http.sys rejects requests that contain separator characters (828726)



The information in this article applies to:

  • Microsoft Internet Information Services version 6.0

Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SYMPTOMS

In Microsoft Internet Information Services (IIS) 6.0, when a request contains a header name that includes a question mark (?) character or another separator character, Http.sys rejects the request and sends the following error message to the requestor:
Bad Request (Invalid Header Name).
Additionally, when you use lowercase HTTP verbs like "get," Http.sys rejects the request and sends the following error message to the requestor:
"Bad Request (Invalid Verb)".

CAUSE

This problem occurs because HTTP specifications state that HTTP requests that contain separator characters in the header are not valid. The HTTP specifications also state that HTTP verbs are case-sensitive.

RESOLUTION

Hotfix Information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Windows Server 2003 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

No prerequisites are required.

Restart Requirement

You must restart your computer after you apply this hotfix.

Hotfix Replacement Information

This hotfix does not replace any other hotfixes.

File Information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
Date         Time   Version            Size     File name
-----------------------------------------------------------
25-Sep-2003  22:35  5.2.3790.89        334,336  Http.sys
25-Sep-2003  23:59  5.2.3790.89         27,648  Httpapi.dll 


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

Because some clients do not strictly follow the HTTP specifications, these restrictions can be relaxed by installing this hotfix and setting the following registry keys.

Permit Separator Characters in HTTP Headers

Follow these steps, and then quit Registry Editor:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters

  3. On the Edit menu, point to New, and then click DWORD.
  4. Type AllowWeakHeaderNameSyntax, and then press ENTER.
  5. On the Edit menu, click Modify.
  6. Type 1, and then click OK.
Note You must restart your computer for this change to take effect.

Permit HTTP Verbs That Are Not Case-Sensitive

Follow these steps, and then quit Registry Editor:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters

  3. On the Edit menu, point to New, and then click DWORD.
  4. Type AllowCaseInsensitiveVerbs, and then press ENTER.
  5. On the Edit menu, click Modify.
  6. Type 1, and then click OK.
Note You must restart your computer for this change to take effect.

Modification Type:MinorLast Reviewed:10/26/2005
Keywords:kbHotfixServer kbQFE kbHotfixServer kbQFE kbBug kbQFE kbWinServ2003preSP1fix kbprb kbfix KB828726 kbAudDeveloper