Redirect Rule Triggers even turn it off

What is the name of the domain?

What is the error number?

307

What is the error message?

HTTP/2 307 date: Tue, 22 Apr 2025 19:03:41 GMT content-type: text/html location: https://human-id.org cf-ray: 934761f3bffaed36-SJC cf-cache-status: DYNAMIC report-to: {“endpoints”:[{“url”:“https://a.nel.cloudflare.com/report/v4?s=Wk3dMRRcyx3mZT31QFPxS3qAo5fFGdtIswX8ArX0hDzXC0w%2FHemBYLVuy%2Bsy8L8TjvNajeb8k7yrYdMTI%2Fr%2FQtUCNdE%2FZpVjHhLZdp9eCXcWAayp544RtVJw8VFIM2vfNNCASVPTPmOnJWW1B%2BOQ8deu5WK6”}],“group”:“cf-nel”,“max_age”:604800} nel: {“success_fraction”:0,“report_to”:“cf-nel”,“max_age”:604800} server: cloudflare alt-svc: h3=“:443”; ma=86400 server-timing: cfL4;desc=“?proto=TCP&rtt=14674&min_rtt=12944&rtt_var=4099&sent=8&recv=11&lost=0&retrans=0&sent_bytes=2913&recv_bytes=590&delivery_rate=303991&cwnd=249&unsent_bytes=0&cid=a044a7fe28d3dc0a&ts=254&x=0”

What is the issue you’re encountering

Still redirect to as an old rule. Even delete the rule and purge all caches.

What steps have you taken to resolve the issue?

Disabled and deleted the rule.
Purge everything for the cache.

Hello, @tech.lead!
I’ve checked your domain, and I was not able to reproduce the redirect mentioned by you. I always get a HTTP 200 status code while trying to access your domain. Hope this issue is resolved at our side as well. Thank you!

Hi Nando, the affected domains are “web-login.human-id.org”, “core.human-id.org” and all the other domains that using the same elastic IP as it. I’ve generated a new elastic IP and reassign again, i disabled all the redirection rule and page rule but problem persisted. I used apache, didn’t have any redirection rule in web-server env.

Can you help us clean all the cache for my account?

Hi, @tech.lead!
Can you run a trace through your dashboard for your domains onboarded on Cloudflare for both URLs: http://web-login.human-id.org/ and http://core.human-id.org/?
Running a trace would help to identify whether any rule (redirect, page, WAF, etc.) are being triggered in Cloudflare. Thank you!


There is no activated rule applied for all these.

The redirect is on your origin…

curl -i https://web-login.human-id.org/
HTTP/2 307
date: Fri, 25 Apr 2025 15:12:57 GMT
content-type: text/html
location: https://human-id.org
cf-ray: 935ec8139c72b153-LHR
server: cloudflare
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Oj9tCEpAdreWBnNq%2BinRcwn5TUgkHF2iISzBNt4lwLPumuTVvHZL7bfeV4opDrHUetLVySb%2FQUZGM6tB2cQ5FiDvoin8ZjUgvWElurLSaXJxj1z2U8X9mddK9FoMA0G8eD9gYfeiNZOpMZPaJ8RtZIzqjoxH"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=1888fc62100a66cb&ts=329&x=0"

<html>
<head><title>307 Temporary Redirect</title></head>
<body>
<center><h1>307 Temporary Redirect</h1></center>
<hr><center>nginx/1.24.0</center>.     <<<<<<<< Your origin webserver
</body>
</html>

If it was on Cloudflare, you’d see this…

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>.     <<<<<<<< Cloudflare
</body>
</html>
3 Likes

This topic was automatically closed after 15 days. New replies are no longer allowed.