This commit is contained in:
Simon
2025-08-23 06:50:21 +00:00
parent 09adedae72
commit f10491dd73

View File

@@ -83,6 +83,12 @@ impl Requester {
.await;
match result {
Ok(res) => {
self.client.update()
.headers(|headers| {
headers.insert("Cookie", HeaderValue::from_str("").unwrap());
})
.apply()
.unwrap();
let useragent = res.solution.userAgent;
self.client.update()
.headers(|headers| {