Need help with Server responded with 0 code. error on my website please

filiposlovni

Banned - Multiple Rules Violations
Joined
Aug 1, 2020
Messages
301
Reaction score
205
Hey guys im trying to make my website for uploading files and i did it filescaz.com(will be private il just upload files and share them) but any time i try to upload something i get eror Server responded with 0 code. does anyone know how to fix this please ?
 
Code:
Blocked loading mixed active content “http://filescaz.com/upload”dropzone.min.js:1:38925
Should be using HTTPS (the same as for the "site" itself), not HTTP, here. A wild guess though, but in most (not all) cases that solves the issue.
 
Code:
Blocked loading mixed active content “http://filescaz.com/upload”dropzone.min.js:1:38925
Should be using HTTPS (the same as for the "site" itself), not HTTP, here. A wild guess though, but in most (not all) cases that solves the issue.
So should i just put in cloudflare to redirect to https all ?
 
Code:
Blocked loading mixed active content “http://filescaz.com/upload”dropzone.min.js:1:38925
Should be using HTTPS (the same as for the "site" itself), not HTTP, here. A wild guess though, but in most (not all) cases that solves the issue.
Thank you so much for yourh elp and time by the way i really appreciate it
 
Code:
Blocked loading mixed active content “http://filescaz.com/upload”dropzone.min.js:1:38925
Should be using HTTPS (the same as for the "site" itself), not HTTP, here. A wild guess though, but in most (not all) cases that solves the issue.
Yoooo man im so thankfull yo i just went to cloudflare put full certificate and its working !!!!!! Thank you so much i hope you have gerat day and health God bless you and your family !!!!!!
 
I would set CF to strict as recommended by the company. Make sure youre using https for all requests.
 
Back
Top