mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 14:55:26 +00:00
The propoer header regarding json content type is Content-Type, not ContentType
@@ -193,7 +193,7 @@ Your HTTP method call may require additional headers for Authorization, ContentT
|
|||||||
mycredentials="$(printf "%s" "$myusername:$mypassword" | _base64)"
|
mycredentials="$(printf "%s" "$myusername:$mypassword" | _base64)"
|
||||||
|
|
||||||
export _H1="Authorization: Basic $mycredentials"
|
export _H1="Authorization: Basic $mycredentials"
|
||||||
export _H2="ContentType: application/json"
|
export _H2="Content-Type: application/json"
|
||||||
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user