Germey
Germey
If you want to simulate the latest Browser's fingerprint, for example, the latest version 112 for Chrome, below are some tips I found: 1. Add a new script, like for...
I think if above tips work for you, you can just combime it into your https://github.com/acheong08/ChatGPT-Proxy-V4 reverse proxy. Maybe need to refactor by Python or you make a Go wrapper...
Yeah, in Go lang seem it also supports that, looks good! Not too sure about how long the cf_clearance related cookies will work because I bypassed just now, haha. I...
> I just checked with curl impersonate and it failed. There seems to be a problem on my end as someone running the exact same code got it working while...
> The expiration seems to be set at around 30 minutes on a standard account Yes, this is aliged with my estimated time.
> I suppose I'll need to find a way to downgrade my browser versions since newer fingerprints haven't been supported yet Yeah, I found two ways for the solution: *...
I have another idea for bypass cf, it is all through Browser, all requests are delegated to Browser to handle. For example, based on Playwright, we can login and get...
> > I have another idea for bypass cf, it is all through Browser, all requests are delegated to Browser to handle. For example, based on Playwright, we can login...
> https://github.com/ultrafunkamsterdam/undetected-chromedriver Yes! I also used this to bypass cloudfare, and used xvfb to let it able to run in Linux Docker.
> It would be quite similar to what I had in the past: https://github.com/acheong08/ChatGPT-API-server https://github.com/acheong08/ChatGPT-API-agent > > Requires a lot of changes from the original code > > IBDP examinations...