Cloudflared Tunnel is filtering out .js files
So, I have a file structure like
index.html
script.js
images -> few images inside
I have run a python http server and tunneled it to cloudflare to expose it publicly
However, when I do mydomain.com/script.js
It says 404? but index.html and images are accessible
Also, I'm not exaclty sure, but I don't think it's a cache issues as well
When I visit for example, /script.js, back in my local python server I don't even see that log
index.html
script.js
images -> few images inside
I have run a python http server and tunneled it to cloudflare to expose it publicly
However, when I do mydomain.com/script.js
It says 404? but index.html and images are accessible
Also, I'm not exaclty sure, but I don't think it's a cache issues as well
When I visit for example, /script.js, back in my local python server I don't even see that log
