Koolitus
Moodul
Implement HTTP operations in ASP.NET Core Blazor Web apps - Training
Implement HTTP operations in ASP.NET Core Blazor Web apps
Seda brauserit enam ei toetata.
Uusimate funktsioonide, turbevärskenduste ja tehnilise toe kasutamiseks võtke kasutusele Microsoft Edge.
This article discusses a by-design HTTP error 501 that occurs when you use an unknown method from an Internet client.
Original product version: Internet Information Services (IIS)
Original KB number: 247643
When you attempt to use an unknown method from an Internet client, the following error message occurs:
HTTP/1.1 501 Not Implemented
This behavior is by design. Microsoft 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:
Method | Protocol | RFC | Section |
---|---|---|---|
CONNECT | HTTP | 2616 | 9.9 |
COPY | WEBDAV | 2518 | 8.8 |
DELETE | HTTP | 2616 | 9.7 |
GET | HTTP | 2616 | 9.3 |
HEAD | HTTP | 2616 | 9.4 |
LOCK | WEBDAV | 2518 | 8.10 |
MKCOL | WEBDAV | 2518 | 8.1 |
MOVE | WEBDAV | 2518 | 8.9 |
OPTIONS | HTTP | 2616 | 9.2 |
POST | HTTP | 2616 | 9.5 |
PROPFIND | WEBDAV | 2518 | 8.1 |
PROPPATCH | WEBDAV | 2518 | 8.2 |
PUT | HTTP | 2616 | 9.6 |
TRACE | HTTP | 2616 | 9.8 |
UNLOCK | WEBDAV | 2518 | 8.11 |
Koolitus
Moodul
Implement HTTP operations in ASP.NET Core Blazor Web apps - Training
Implement HTTP operations in ASP.NET Core Blazor Web apps
Dokumentatsioon
Troubleshooting Internet Information Services - BizTalk Server
Learn more about: Troubleshooting Internet Information Services
HTTP Error 500.0 Internal Server Error - Internet Information Services
This article provides resolutions for the HTTP Error 500.0 error that occurs when you visit a web site that is hosted on IIS.
HTTP error 404 file not found on a server - Internet Information Services
This article provides resolutions for the problem where HTTP error 404 file not found on a server that is running IIS.