adapted proxies

This commit is contained in:
Simon
2025-08-19 10:43:41 +00:00
parent caed5088f5
commit d01436ab6a
10 changed files with 21 additions and 21 deletions

View File

@@ -283,7 +283,7 @@ impl PmvhavenProvider {
let response = client
.post(url.clone())
// .proxy(proxy)
// .proxy(proxy.clone())
.json(&request)
.header("Content-Type", "text/plain;charset=UTF-8")
.send()
@@ -362,7 +362,7 @@ impl PmvhavenProvider {
let response = client
.post(url.clone())
// .proxy(proxy)
// .proxy(proxy.clone())
.json(&request)
.header("Content-Type", "application/json")
.header("Accept", "application/json")