Howzit guys
I have created a webservice that recieves a XML POST. Problem is that when i use a poster from my chrome browser (advanced rest client) and set the content type to "application/xml" then the $input = Request::all(); is empty but when i set the content type to "application/x-www-form-urlencoded" then the values are being parsed correctly. Please help as i need to be able to send XML to the webservice.
Regards
From the looks of Illuminate/Http/Request::getInputSource I don't think xml is even on the radar, just form encoded and json
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community