New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request content object checks CONTENT_TYPE but not HTTP_CONTENT_TYPE #23
Comments
|
Looking around some more it seems that is only part of the problem. When using the DI container to configure the content object the server array is passed with a key of 'server' nested: https://github.com/auraphp/Aura.Web/blob/develop-2/config/default/define.php#L51:L53 In PHP terms this causes the following output when |
|
I feel this is not yet corrected in the built in php server. ( not talking about apache ) |
|
Entirely possible that it's not fixed for PHP server. |
|
@garoevans what version of PHP is yours? We have been discussing this over #24 . |
|
I'm running php5.5 but on my work laptop which is not with me at the On 18 January 2014 15:51, Hari K T notifications@github.com wrote:
t: @garoevans |
Reporting for @garoevans for the issue reported via twitter https://twitter.com/garoevans/status/423782504794181632
The text was updated successfully, but these errors were encountered: