IE8 (maybe also IE9/IE10) doesn’t auto encode url (firefox do), and can
make utf8 requests
If you put “http:///?test=ééé” in the address bar, the é
will not
be html encoded, and will be sent encoded in utf8 (c3a9 in hex, i’ve
checked with wireshark)
The problem is that the fastcgi backend (mono webapp, unix socket)
get the é in ISO-8859-1 (e9 in hex, i’ve checked with socat)
Is it normal that nginx (1.4.1) convert the request encoding from UTF8
to ISO-8859-1?
Is there a workaround (linux/nginx conf)? (haven’t found any yet)
What the RFCs are saying? (HTTP request encoding, Fastcgi param
encoding)
I’m not using rewrite in nginx, i’m just passing the request to
a fastcgi unix socket.
(I will provide a minimal test conf/do more tests tomorrow)
If you put “http:///?test=” in the address bar, the will not
be html encoded, and will be sent encoded in utf8 (c3a9 in hex, i’ve checked
with wireshark)
The problem is that the fastcgi backend (mono webapp, unix socket)
get the in ISO-8859-1 (e9 in hex, i’ve checked with socat)
followed by some bytes, I don’t see any difference in the bytes in
the to-8080 “GET /?key=” and the to-9 “QUERY_STRINGkey=” parts of the
tcpdump output.
followed by some bytes, I don’t see any difference in the bytes in
the to-8080 “GET /?key=” and the to-9 “QUERY_STRINGkey=” parts of the
tcpdump output.
What am I doing that is different to you?
Sorry today i’m not able to reproduce my ‘bug’
Also not able to send utf8 url with IE
We (me and my collegue) must have misread the wireshark dump…
(User error - Wikipedia)
With curl & IE i’ve tested nginx works perfectly (UTF8 in - UTF8 out /
Latin1 in - Latin1 out)
Thanks and sorry
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.