mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-15 19:19:21 +00:00
Removed overwriting of the HTTP header file before sending a request.
This commit is contained in:
parent
b7e92dbced
commit
db6db6a4e9
@ -112,8 +112,6 @@ _nederhost_rest() {
|
||||
export _H1="Authorization: Bearer $NederHost_Key"
|
||||
export _H2="Content-Type: application/json"
|
||||
|
||||
:>"$HTTP_HEADER"
|
||||
|
||||
if [ "$m" != "GET" ]; then
|
||||
_debug data "$data"
|
||||
response="$(_post "$data" "$NederHost_Api/$ep" "" "$m")"
|
||||
|
Loading…
Reference in New Issue
Block a user