URLDecoder
Group |
|
Function |
This preparser decodes URL encoded data and passes it on. |
Configuration file |
None. |
Description
This preparser decodes URL-encoded data and passes it on.
Example
Input data |
Result |
Text+with+umlauts+%E4%F6%FC%DF |
Text with umlauts äöüß |
Note: The preparser always decodes to 8859_1. The encoding in phase 2 has to be set accordingly.