On 26.7.2012 14:51, "Brane F. Gračnar" wrote:

    00000  GET /XXX/YYY?z=39;t=js;sid=index;ssid=\xC2\xA7=index;m=ZZ
    00064+ ZZ;ref=http://www.ZZZ.com/lala;num=9;kw=;flash=0;res=lala;r
    00134+ e=http%3A%2F%2Fwww.QQQ.com%2Fsi%2FZZZ.html;rmc=1343196615443;cpre
    00204+ mium=false;url=http%3A//www.ZZZ.com/lala HTTP/1.1\r\n

I think that you should urlencode utf8 strings you want to put into URI
or query string.

Check out encodeURIComponent()

After talking to our team, this is exactly what we're supposed to be using.. encodeURIComponent(header.referrer)


Reply via email to