mirror of https://github.com/caronc/apprise
Updated Notify_Custom_JSON (markdown)
parent
e71345f045
commit
373df4a24c
|
@ -43,7 +43,7 @@ apprise json://json.server.local
|
||||||
```
|
```
|
||||||
|
|
||||||
### Header Manipulation
|
### Header Manipulation
|
||||||
Some users may require special HTML headers to be present when they post their data to their server. This can be accomplished by just sticking a hyphen (**-**) in front of any parameter you specify on your URL string.
|
Some users may require special HTTP headers to be present when they post their data to their server. This can be accomplished by just sticking a hyphen (**-**) in front of any parameter you specify on your URL string.
|
||||||
```bash
|
```bash
|
||||||
# Below would set the header:
|
# Below would set the header:
|
||||||
# X-Token: abcdefg
|
# X-Token: abcdefg
|
||||||
|
|
Loading…
Reference in New Issue