|
InternetProtocol
HTTP
More detial or script code example
HTTP - Hypertext Transfer Protocol
Headers Status Code 3-digit integer result code definitions
Description: Hypertext Transfer Protocol -- HTTP/1.1
The first digit of the Status-Code defines the class of response.
The last two digits do not have any categorization role.
There are 5 values for the first digit:
1xx: Informational - Request received, continuing process
2xx: Success - The action was successfully received,
understood, and accepted
3xx: Redirection - Further action must be taken in order to
complete the request
4xx: Client Error - The request contains bad syntax or cannot
be fulfilled
5xx: Server Error - The server failed to fulfill an apparently
valid request
會經常收到 405 是因為
檔案為 .html 或 .txt 類型檔
伺服端不允許你使用 POST方法
取得你所指定的檔案 
InternetProtocol
HTTP
More detial or script code example
HTTPModule
Description: HTTPModule

InternetProtocol
HTTP
More detial or script code example
HTTPHandler
Description: HTTPHandler

InternetProtocol
HTTP
More detial or script code example
HttpContext
Description: HttpContext

|