Updated Troubleshooting (markdown)

master
Chris Caron 2019-04-07 12:13:00 -04:00
parent 91882925a2
commit b6db62182e
1 changed files with 1 additions and 2 deletions

@ -19,8 +19,7 @@ For example, in a URL, the **&**, **/**, and **%** all have extremely different
Now there is a workaround: you can replace these characters with special **%XX** character-set (encoded) values. These encoded characters won't cause the URL to be mis-interpreted allowing you to send notifications at will.
Below is a chart of special characters and the value you should set them to; you ONLY need to do this if these values reside in your _username_ and/or _password_; otherwise they will not cause a problem:
### Parameter Breakdown
Below is a chart of special characters and the value you should set them:
| Character | Escape Code | Description
| ----------- | -------- | -----------
| **%** | **%25** | The percent sign itself is the starting value for defining the %XX character sets.