You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
uweb browser supports global redirection with cookie forwarding. Thus cf worker easily works for AI sites like devv.ai and duck.ai. It works for most sites allowing visits from cloudflare worker. The ms copilot is the only one that fails me, other sites like perplexity.ai are blocking cloudflare worker visiting.
matters for copilot to work. All the other code in this repository should not be needed since uweb browser is visiting the original ms site (the traffic is through cf worker but the browser has no knowledge of it).
EDIT: After more research, it seems no clean solution for copilot. Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
uweb browser supports global redirection with cookie forwarding. Thus cf worker easily works for AI sites like devv.ai and duck.ai. It works for most sites allowing visits from cloudflare worker. The ms copilot is the only one that fails me, other sites like perplexity.ai are blocking cloudflare worker visiting.
I am using the cf worker code as follows:
In the above code, only
matters for copilot to work. All the other code in this repository should not be needed since uweb browser is visiting the original ms site (the traffic is through cf worker but the browser has no knowledge of it).
EDIT: After more research, it seems no clean solution for copilot. Thanks
The text was updated successfully, but these errors were encountered: