I have some problems with the encoding of the request depending on the browser.
Dumps below show headers that differ between FF and Chrome (I deleted all the same headers). See "Search" Value Representation:
Firefox: Ok
Accept-Language: es-ar,es;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: application/json;charset=utf-8
POST: {"data":{"size":10,"search":"José","order":"name","page":1}}
Chrome: not working
Pragma: no-cache
Cache-Control: no-cache
Origin: http://localhost
Content-Type: application/json;charset=UTF-8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: es-ES,es;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
POST: {"data":{"size":10,"search":"José","order":"name","page":1}}
IE does not work
I tried to force Content-Type to $ http, but nothing. Answers in both browsers are working fine. I am using Apache for Win 7 "por si las moscas".
Important: before sending to the server, the request has the wrong format, the above headers I take from the Firebug and Chrome checks.
Any idea? Thank!
Jose
UPDATE
url- , , UTF-8 url , ISO-8859-1 . ISO-8859-1?