Ghxst

Results 18 comments of Ghxst

probably want to track https://github.com/curl/curl/pull/11922 ?

> In the description of this project, you wrote: > > > curl-impersonate: A special build of curl that can impersonate Chrome & Firefox > > That's why I mentioned...

Interested in this as well, is this feasible? I can potentially dedicate some time to it.

Looking forward to this.

> Hi @jcamiel Yes it looks like that, except I want a function to transform the capture. > > I'd imagine the function to look like `JWT(header: Json/Enum, payload: Json:...

I tested this on chrome 114 with the `--proxy-pac-url` command line flag. Auth seemed to work fine, I'll double check to make sure. Edit: just read your link, interesting, I...

> **Additional Findings** I found that adding the `disable-site-isolation-trials` flag resolves the issue even in non-headless mode: > > ```go > options = append(options, chromedp.Flag("disable-site-isolation-trials", true)) > ``` This is...

Thanks! Will test shortly and let you know.

Seems to be working, User-Agent is showing as ``` "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36", ``` However it seems I'm still not able to pass...

It's true that input data is captured, however I don't think the Input I am sending through CDP is the issue since my windows based testing box when using headless...