What is cookie allowed characters in modern/nowadays browsers if you use cookies to encode utf-8 string or binary informations?
I found some answer on StackOverflow from 2009 year but it is obsolete and refer to modern browsers at all since after 5 years things are changing.
I study already theory - less or more:
- http://en.wikipedia.org/wiki/HTTP_cookie
- https://www.rfc-editor.org/rfc/rfc2965
- https://www.rfc-editor.org/rfc/rfc6265
- https://www.rfc-editor.org/rfc/rfc2109
- https://www.rfc-editor.org/rfc/rfc2616
How it looks in practice in modern:
- Chrome
- Firefox
- Safari
- IE (XP, Win7, Win8)
- Opera
- Android/iOS
Can you suggest what characters should be used?
What encoding should be used (base64?)?