Hi guys. I really need your help. I have a tube website where people can upload videos. The videos are hosted in the same server as my website ( I want it this way ). I used cloudflare free plan to proxy my website. The videos on my website stopped playing and shows a message stating that “streaming videos from cloudflare’s basic service is in violation of the terms of service”.
I upgraded the plan to pro ( $20 per month ), hoping this would solve the problem. But I was wrong. Please, how can I use my video sharing website on cloudflare without violating cloudflare’s terms of service? is there any way i can tell cloudflare not to proxy url like https://blablabla.com/video/all_my videos_are_here/ ?
The first url is blocked by cloudflare even though it was hosted in the subdomain which plays fine since i have disabled cloudflare proxy on the subdomain
That first link looks like it’s still loading the video from the main site’s hostname. If you open up your site’s Dev Tools and check the Network tab, that should let you know for sure where that video is being called from.
The video url is encrypted. The real url be viewed using site’s dev tool ( as you mentioned ) view the source and yes the url loads from the site’s sub domain ( 100% sure )