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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -