OAuth2 Authorization Problem using Wamp in Laravel 5.1

0

Good evening, I'm studying API RestFull with Laravel 5.1 and I ran into a problem requesting a request in OAuth. When I run the built-in PHP server it works normally

link

WhenIuseWampServeritgivesthismessage:

link

Does anyone know what is wrong? You could help me with the problem. Thank you in advance.

    
asked by anonymous 21.07.2017 / 02:50

1 answer

0

Oops, everything's quiet here. I had a little problem with apache that did not read the Authorization parameter in the header, but it was already resolved by adding "RewriteRule ^ - [E = HTTP_AUTHORIZATION:% {HTTP: Authorization}]" (without quotation marks) in .htaccess. >     

21.07.2017 / 03:04