Nosтe

Results 29 comments of Nosтe

This client doesn't seem to support proxies when HTTP/3 is enabled. I'm having the same problem myself :/

Got `roundTrip retry 10 times,client do error` with socks proxies.

Add me on discord: `n.ste` so we can figure out a solution

Hello, please use `session.ApplyHTTP3` for HTTP3 settings, see [fp.impersonate.pro](https://fp.impersonate.pro/api/http3)

Hello, thanks for the report. I am aware of that issu: this is due to the lib uquic. Unfortunately, I've not found any fix for this behaviour yet.

Hello, For `CheckRedirect` function, you need to use it as follow ```go session.CheckRedirect = func(req *azuretls.Request, via []*azuretls.Request) error { fmt.Println(req.Url) return nil } ``` ~~There is indeed a bug...

1. `IsRedirected` is indeed an unused property of `azuretls.Session`, don't rely on it. 2. Yes, `CheckRedirect` is indeed used to modify redirected requests only. To abort and return directly the...

Hello, thanks for this report. This addition is new to Firefox. I will look into it and give it a patch.

Hello, You need to handle cookies from python with cookie jar. You can then set the cookies on the headers in field "Cookie"

Hello, I don't understand your request. What do you mean by "create a Docker file"? Add a web API to facilitate integration from foreign languages?