diff --git a/Troubleshooting.md b/Troubleshooting.md index e52e861..d721780 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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.