HTTP/1.1 Error 501 - Not Implemented (247643)



The information in this article applies to:

  • Microsoft Internet Information Services version 6.0
  • Microsoft Internet Information Services 5.0

This article was previously published under Q247643

SYMPTOMS

When you attempt to use an unknown method from an Internet client, the following error message occurs:
HTTP/1.1 501 Not Implemented

CAUSE

This behavior is by design. Internet Information Services (IIS) only supports the methods defined in "RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1" and "RFC 2518 - HTTP Extensions for Distributed Authoring -- WEBDAV." The methods are listed in the following table:
MethodProtocolRFCSection
CONNECTHTTP26169.9
COPYWEBDAV25188.8
DELETEHTTP26169.7
GETHTTP26169.3
HEADHTTP26169.4
LOCKWEBDAV25188.10
MKCOLWEBDAV25188.1
MOVEWEBDAV25188.9
OPTIONSHTTP26169.2
POSTHTTP26169.5
PROPFINDWEBDAV25188.1
PROPPATCHWEBDAV25188.2
PUTHTTP26169.6
TRACEHTTP26169.8
UNLOCKWEBDAV25188.11

MORE INFORMATION

For more information on these topics, please see the information at the following:

Modification Type:MinorLast Reviewed:4/22/2003
Keywords:kbhttp501 kbnofix kbprb kbProd2Web KB247643