So I’m trying to get a http request from my website.
My website has cloudflare Under attack mode enabled, meaning that it scans everyone who tries to access my website if there is an attack ongoing. Since this is enabled, roblox cant make the http request since it gets the cloudflare message. Is there a way I can make the http request roblox sends wait for the site to “fully” load or wait until the cloudflare under attack mode scanner has finished?
you can use this for the IPs
and for the proxy, you’d have to call it from roblox and load it there (you should whitelist the IP too) then just return what you want, but this pretty hard to do
I say that because you will not get around the under attack prompt from the roblox side—it’s whole intention is to block non-browsers, and I do not believe it’s suitable for an api like you have. I’m not certain though.