Tim Anthony
Tim Anthony
CDCloudflare Developers
Created by guyaglass on 12/23/2024 in #general-help
Dns help
You probably have (to buy or already have) a webserver or hosting for the website at some provider right? If you don‘t you should focus on that. That webserver will host the actual content and the domain will have a A (or cname) record pointing to that webserver. Then you will be able to have a working website.
20 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
Should be Post, wouldn‘t try further with Get. Your server doesn‘t receive any Post body data?
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
Youre sending a Get request with a POST body. While this isn‘t explicitly diallowed in the Http spec, it‘s mostly not supported and you should use POST etc for that
17 replies
CDCloudflare Developers
Created by guyaglass on 12/23/2024 in #general-help
Dns help
Yes but your domain has to „connect“ to something. You can‘t just create a record from your domain to your domain, it makes no sense. What should your dns record point to?
20 replies
CDCloudflare Developers
Created by Korapica on 12/23/2024 in #general-help
CORS blocked requests
Or maybe the header just doesn't get proxied due to misconfiguration? Either way check if that's right
5 replies
CDCloudflare Developers
Created by Korapica on 12/23/2024 in #general-help
CORS blocked requests
your browser will not allow the request to happen due to CORS if those headers dont allow it from another (sub)domain
5 replies
CDCloudflare Developers
Created by Korapica on 12/23/2024 in #general-help
CORS blocked requests
Is the api sending a access-control-allow-origin with the url of the frontend page https://dejavuplus.com and maybe also a access-control-allow-credentials response header?
5 replies
CDCloudflare Developers
Created by guyaglass on 12/23/2024 in #general-help
Dns help
What's the dns record for? You would need to point it to a server that hosts whatever you want to be reached from your domain such as a web or gameserver or a general VPS
20 replies
CDCloudflare Developers
Created by guyaglass on 12/23/2024 in #general-help
Dns help
Hey there, what IPv4 addresses are you talking about exactly? You want to create "A" dns records that point to a server?
20 replies