Ayaan
Explore posts from serversCDCloudflare Developers
•Created by Adam on 9/9/2024 in #general-help
SSL handshake failed Error code 525
You have configured SSL for other domains on 153~~
9 replies
CDCloudflare Developers
•Created by Adam on 9/9/2024 in #general-help
SSL handshake failed Error code 525
net::ERR_CERT_COMMON_NAME_INVALID.
9 replies
CDCloudflare Developers
•Created by GandLaf on 3/24/2024 in #general-help
cant install 1.1.1.1 vpn
Download your MSI from here instead
4 replies
CDCloudflare Developers
•Created by GandLaf on 3/24/2024 in #general-help
cant install 1.1.1.1 vpn
4 replies
CDCloudflare Developers
•Created by GandLaf on 3/24/2024 in #general-help
cant install 1.1.1.1 vpn
Your MSI file has been malformed.
4 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
you can migrate this code to workers by:
install wrangler and workerd
remove deno import statement in line 1 and port variable in line 3
remove statement that calling serve function in line 84
write down code that exports handler function to run in workers
deploy it by wrangler cli, it will be works
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
this code is working with __host parameter, but you may want to replace with constant value
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
@Louis this code is made with deno, but you can simply migrate to workers if you have some knowledge about how workers works.
https://github.com/LuanRT/YouTube.js/blob/main/examples/browser/proxy/deno.ts
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
I will give you some piece of code that I am using for my service
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
find some references from GitHub and Google
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
then you will be charged for this and asked for pay, but you have subscription, you can do this with workers
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
It means all traffic will comes to workers,
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
because reverse proxy means workers proxy your service, user accesses workers.
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
Yep workers
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
if you using paid plan for workers, yes feel free to use
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
you can do this but not recommended with free plan.
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
Then the credentials will be shared with API server, which means you can feel free to use credentials
52 replies
CDCloudflare Developers
•Created by louis on 1/13/2024 in #general-help
Webapp behind Cloudflare Access cant access Cookies
It means
App.example.com -> your frontend
App.example.com/api -> Your API server
52 replies