Ashkan
Ashkan
CDCloudflare Developers
Created by pingvikas on 1/17/2025 in #workers-help
Subdomain Redirection for `/blog` Not Working
possible solution, try to respond with http status code 30X (redirect status code, X is in range 1 to 8). it's possible that your browser may block your request because you try to redirect but you are sending http 200. this contradiction may result in security blocks.
2 replies
CDCloudflare Developers
Created by SajidBanday on 1/17/2025 in #general-help
Issue with WAF Rule Updates Not Reflecting for same connection After IP Blocklist Changes
theoretically, it is working correct because already connection are passed security measurements even though you have updated the WAF. as you know it's a security wall if a connection passes from the wall, it doesn't care if the connection is already valid or not as it doesn't look its back. for your specific case I think you need a long running task which inspect security checks on passed connections. at the end, you should wait for a CF employee to answer you for assurance.
2 replies
CDCloudflare Developers
Created by b/r/i/t on 1/14/2025 in #general-help
help getting a vps hosted site to cloudflare subdomain
@brit consider you have a subdomain called CF(cloudflare) client sends request to CF.mydomain.com -> route request to origin server (hostinger.mydomain.com). it's kinda proxying requests
52 replies
CDCloudflare Developers
Created by b/r/i/t on 1/14/2025 in #general-help
help getting a vps hosted site to cloudflare subdomain
@brit that's easy you need to route request from CF subdomain to your origin server
52 replies