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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -