httprequest - Request line in HTTP request can be case sensitive? -



httprequest - Request line in HTTP request can be case sensitive? -

what if give request request line in upper case & request request line in lower case, server respond same response in both instances.

all parts of request line case-sensitive. lowercasing method name create different (unknown) method. lowercasing protocol name create request invalid. lowercasing url create request different resource.

http httprequest httpresponse

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -