From b6db62182e3aaee23661653e9bd284a215bc2843 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 7 Apr 2019 12:13:00 -0400 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.