python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What steps are required to make ColdFusion websockets work on an Azure VM behind Cloudflare?
We are attempting to use websockets in ColdFusion (2018.0.13.329786) in an app we have running on Azure VMs behind Cloudflare. However, we are continually getting this error on the client side:
WebSo...
Nicholas
Votes: 0
Answers: 1
vue 3 cloudflare pages build missing javascript tag
I try to build my project locally and ran it using serve and succeeded, but when I deploy it to cloudflare pages the pages is blank, here the html source from cloudflare build
<!DOCTYPE html>
&l...
dhee
Votes: 0
Answers: 0
How to bypass Cloudflare with Python on GET requests?
I want to bypass Cloudflare on a GET request I have tried using Cloudscraper which worked for me in the past but now seems decreped.
I tried:
import cloudscraper
import requests
ses = requests.Session...
jonAvery22
Votes: 0
Answers: 1
Redirect www non-https to non-www https on Cloudflare
I'm trying to get Cloudflare to route requests to:
http://www.example.com
https://www.example.com
http://example.com
to:
https://example.com
It seems to work pretty well out of the box with SSL enable...
ThomasArdal
Votes: 0
Answers: 1