I use postman send x-www-form-urlencoded using http get to laravel app. My laravel app cannot read input form data. When I change to http post, it work!
            Asked
            
        
        
            Active
            
        
            Viewed 1,121 times
        
    0
            
            
        - 
                    you can only send data in a GET-Request via Query Parameters see https://stackoverflow.com/questions/29571284/for-restful-api-can-get-method-use-json-data – Arikael Mar 07 '19 at 09:45
- 
                    I know what you say, but I want to how to send data using x-www-form-urlencoded type – ray Mar 07 '19 at 09:46
- 
                    Why does it have to be a get request? While allowed by the specs, it's not recommended https://stackoverflow.com/questions/978061/http-get-with-request-body – Arikael Mar 07 '19 at 09:49



