Anthony
Anthony
Explore posts from servers
CDCloudflare Developers
Created by Anthony on 10/10/2024 in #pages-help
Setting cookie on custom domain
From a function I am trying to set a cookie on create.discordforms.app, this is not working but it does work on the non-custom domain forms-builder.pages.dev. Header:
'Set-Cookie': `session=${sessionID}; Secure; Path=/; Max-Age=${expires_in}; SameSite=Lax`,
'Set-Cookie': `session=${sessionID}; Secure; Path=/; Max-Age=${expires_in}; SameSite=Lax`,
4 replies
CDCloudflare Developers
Created by Anthony on 6/15/2024 in #general-help
Wrangler login fails
When prompted to login with cloudflare, after clicking authorize I am directed to "localhost refused to connect." How can I solve this?
1 replies