0
Good evening, I am studying API Restfull with Laravel 5.1 and came across a problem to request a request in Oauth. When running the built-in PHP server works normally
http://localhost:8001/api/orders
When I use Wamp Server it gives this message:
http://localhost/php/code_education/Laravel/codedelivery/public/api/orders
Does anyone know what is wrong? It could help me in the problem. Thanks already.