Ah, so the Issue with the first one seems in the URL link that leads to the redirection page somehow. Your HTTP Requests Node has a default of 21 redirects to follow and at one point there is more than that.
Regards the second one, maybe the link points to the private page or protocol+page.
Appreciate the clarity here! So would that mean that increasing the default to a higher number of redirects would allow this to work? This issue is less frequent as compared to the other.
The instances where I’ve seen this are with the below pages (which are accessible publicly). They all receive the Forbidden message with 50% seeing it with the extra “cloudflare” 403 mention.
Maybe Cloudflare blocks you as it thinks you are a robot
You can use the Loop Items node and a Wait node to decrease the frequency of sending requests.
The resource could be accessible only via HTTPS or HTTP protocol, and when you are trying to access it via the wrong protocol (e.g. HTTP instead of HTTPS or vice versa), there may be no redirects and a 403 error may arise.
Yea I mean seems like more an issue with the site than something I need to worry about trying to counter.
Yea what’s odd is that I’m not exactly sending like 100’s of requests a minute. It’s like 10 a day haha. I’ll try the Loop Items node. What’s odd is that even when I re-try it on a different day I get the same results.
Ahh ok yea that’s what I thought you were referring to. Alright well that’s another one that’s tough to counter since mine is always looking for HTTPS.
Alright well appreciate the help. Sounds like not a ton I can do besides #2 with the wait node. Wondering if this is more of an n8n issue.
Much appreciated. Realized I couldn’t see it because I was viewing it when I was in the executions mode so it wasn’t showing the option. I see it in the Editor now. Thanks!