softworkz
CDCloudflare Developers
•Created by softworkz on 7/8/2023 in #pages-help
How can I disable redirection from http to https?
Does anybody know a different service which allows http?
I'm currently using GitHub pages and I thought CloudFlare pages would come to the rescue as it seems to be much more flexible, but well - it doesn't seem so..
Firebase seems to be the same story unfortunately.
8 replies
CDCloudflare Developers
•Created by softworkz on 7/8/2023 in #pages-help
How can I disable redirection from http to https?
Enabling mixed content helps for fetch() requests but weirdly not for images (<img> or background-image: xx)
8 replies
CDCloudflare Developers
•Created by softworkz on 7/8/2023 in #pages-help
How can I disable redirection from http to https?
Well, it does respond to http requests on port 80.
Which means it can to it. The problem is "just" that it returns a redirection response to https and that's what would need to be prevented.
Redirections are generally well configurable, so I'm wondering whether that specific one can be disabled in some way..
8 replies