79760534

Date: 2025-09-10 06:43:25
Score: 1.5
Natty:
Report link

See Percent-encoding in a URI (Wikipedia®). You can pass actually any (ASCII) character in the URL if encoded properly.

See also RFC 3986 (Uniform Resource Identifier (URI): Generic Syntax): "2.4. When to Encode or Decode".

Most of the time Perl's CGI module does "the right thing" automatically.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: U. Windl