dhagz/oauth

PHP Server has case sensitive HTTP headers

Opened this issue · 0 comments

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