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
DIAdiscord.js - Imagine an app
Created by Anthony on 2/17/2024 in #djs-questions
How can I loop through all guilds and log the name
My bot is in over 4700 guilds and I set shards: auto I am not familiar with discord.js so if you could provide a short snippet it would be very helpful!
8 replies