mirror of https://github.com/caronc/apprise
Updated Troubleshooting (markdown)
parent
91882925a2
commit
b6db62182e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue