| Problems with HTTPPoster and non-alphanumeric characters. |
||||||||||||||||||||
| This
Knowledge Base article applies to: |
||||||||||||||||||||
| Symptom:I have firewalls
using nearly identical lines in HTTPPoster, where only the username and Solution: Encode the character with URL encoding. This is done by replacing non-alphanumeric characters with a "%" symbol followed by the two-digit hexadecimal representation of character. Some characters that need to be URL encoded |
||||||||||||||||||||
|
||||||||||||||||||||
| Example: Username alice, password very@secret%pw at host foo.com becomes http://alice:very%40secret%25pw@foo.com/ |
||||||||||||||||||||