liaolzy / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

PHP Server has case sensitive HTTP headers #236

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
HTTP spec specifies that headers are case-insensitive, but the header parser 
does not normalise case, and expects certain capitalisations 

eg. "Authorization" works, but "authorization" doesn't)

See http://oauth.googlecode.com/svn/code/php/OAuth.php OAuthUtil::get_headers

Original issue reported on code.google.com by glenja...@gmail.com on 17 Mar 2013 at 12:18