Thursday, January 22, 2015

HTTP headers and parameters' case sensitivity in Spring framework

In Spring framework,

HTTP headers' field names are case-insensitive

but HTTP parameters' names are case-sensitive.

Reference:
http://stackoverflow.com/questions/5258977/are-http-headers-case-sensitive

No comments:

Post a Comment