Strange situation
i send date with jQuery post
$.post('/headline/', {date : 'some content'});
But server header show that request is GET instead POST.
Local version works fine, but when upload to server then POST became GET
Other post requests works fine, just this one not working
P.s. backed is Laravel
Santiago Trujillo
Can you try to remove the trailing slash on server side? This is just on a whim though