removed proxies

This commit is contained in:
Simon
2025-08-01 14:42:04 +00:00
parent faa2cea37e
commit d1a4975aa3
3 changed files with 16 additions and 8 deletions

View File

@@ -283,7 +283,7 @@ impl PmvhavenProvider {
let response = client
.post(url.clone())
.proxy(proxy)
// .proxy(proxy)
.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)
.json(&request)
.header("Content-Type", "application/json")
.header("Accept", "application/json")