in Профессиональное

Коды символов для URI escaping (Useful Character Escape Code)

Иногда при разработке требуется расшифровать encoded URL. Наизусть все эти коды я не помню, поэтому нашел вот такой вот URL:

http://ru.triaload.com/soft-URL-Escaped-Encoding-Decoder.htm

 

Там же можно сказать утилитку для декодирования URL.

 

Ниже привожу несколько часто употребляемых кодов:

SPACE %20
< %3C
> %3E
# %23
% %25
{ %7B
} %7D
| %7C
%5C
^ %5E
~ %7E
[ %5B
] %5D
` %60
; %3B
/ %2F
? %3F
: %3A
@ %40
= %3D
$ %24

 

Write a Comment

Comment

ERROR: si-captcha.php plugin: GD image support not detected in PHP!

Contact your web host and ask them to enable GD image support for PHP.

ERROR: si-captcha.php plugin: imagepng function not detected in PHP!

Contact your web host and ask them to enable imagepng for PHP.