V
V
Viktoria Smirnova2019-01-12 17:38:59
HTML
Viktoria Smirnova, 2019-01-12 17:38:59

Firefox can't read UTF-8?

Passing cookies in UTF-8 encoding:

Cookie timeClientClickStartCookie = new Cookie("timeClientClickStart", URLEncoder.encode(timeClientClickStart, "UTF-8"));

I read like this:
String timeClientClickStart = URLDecoder.decode(cookie.getValue(), "UTF-8");

Everything is readable in chrome, Firefox throws undefined?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question