Cloudflare detecting website as not working!
Hello, im making my own webserver in rust that includes writing the data to the client as bytes, when running my code on my own machine it works perfectly fine. However when I try using cloudflare tunnels to expose the webserver to a subdomain it gives a bad gateway error. Does cloudflare require anything special and would it be possible that cloudlfare is the issue?
6 Replies
Is there any error on your side when someone tries to access it and gets bad gateway?
Any ss you can provide?
On my end everything seems to work, I added a print statement when bytes got succesfully sent and it triggers fine
Also, it works local with the exact same code.
The only difference I see is that the cloudflare exposed webserver gets more requests then the local one
Strange, I'll do my research I don't use rust sadly
I dont think its because of Rust?
Do you know anything about html message because I might have done something wrong with them
What do the tunnel logs show for the request errors?
Ik html