I run some web application behind nginx under heavy load. This application doesn't accept requests containing UTF characters. I want to somehow protect it from unwanted HTTP traffic. How can I do that?
Asked
Active
Viewed 140 times
0
-
1what do you mean by "doesn't accept UTF characters"? Every single character you see right now on SF is one... – Sven Feb 05 '19 at 00:00
-
@Sven I mean characters that couldn't be represented as ASCII characters, like for example or æ – Vladimir Ignatev Feb 05 '19 at 01:08
-
It's probably better to ask, what characters does it accept? Just Latin characters? Cyrillic? Greek? We don't know? – Michael Hampton Feb 05 '19 at 02:49