2

How is the globe-character embedded into the URL like WhatsApp Web did? I can't find a way to add the character into the nginx configuration and also google is not giving me a clue.

How they added that awesome character?

Lazcano
  • 190
  • 8
  • Have you tried using `xn--wg8h` or `%F0%9F%8C%90` in place of the character? The former works if it's part of the domain AFAIK, if in the path the latter is what you'll want – Peter Reid Jun 04 '17 at 14:12
  • Placeing %F0%9F%8C%90 and the other one as location /%F0%9F%8C%90? Or how do you mean that – Lazcano Jun 04 '17 at 18:25
  • Yeah, you could try that. I did some testing there didn't have much success sorry – Peter Reid Jun 04 '17 at 18:26
  • Did it and had the same result... Let's try it with the rewrite module. Should work then. – Lazcano Jun 04 '17 at 18:29

0 Answers0