10 May 2012 17:29
Re: suPHP, Oauth and the Authorization Header
Hello,
That worked a treat. Thank you very much.
Simon
On 10/05/12 15:30, Dave Ingram wrote:
> One possible workaround I've seen used with Apache uses mod_rewrite:
>
> RewriteEngine On
> RewriteRule .? - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
>
>
> D
>
>
> On 10/05/12 12:14, Simon Griffiths wrote:
>> Hello,
>>
>> I've been building an oauth server in php and get to the point of
>> testing. I've found that while running suPHP instead of mod_php the
>> authorization http header is completely missing. Here is an example
>> GET request:
>>
>> GET /hello.php HTTP/1.1
>> Host: oauth
>> Connection: close
>> Accept-encoding: gzip, deflate
>> User-Agent: Zend_Http_Client
>> Authorization: OAuth
(Continue reading)
RSS Feed