Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mechanism to automatically verify existence of a fiddle? #1876

Closed
dead-claudia opened this issue Aug 25, 2024 · 3 comments
Closed

Mechanism to automatically verify existence of a fiddle? #1876

dead-claudia opened this issue Aug 25, 2024 · 3 comments

Comments

@dead-claudia
Copy link

We have a broken link checker in our GitHub Actions workflow, and it's returning 403s now. How should we work around it?

I tried a bare request without headers, and that seems to return something.

And to be clear, this is what generated that.

If it's anti-spam (as I suspect), I'd be okay with adding an API token header and/or retargeting it if needed. If that's the case, please tell me how/where I can get that, so we can unbreak our CI.

@oskarkrawczyk
Copy link
Member

My bet is CloudFlare detects this request as suspicious and blocks it.

It this being made from a specific host/ip?

@dead-claudia
Copy link
Author

@oskarkrawczyk It's from a GitHub-hosted runner, so I don't know.

@dead-claudia
Copy link
Author

Okay, appears to probably be a flake caused by triggering anti-bot protections. I tried it with a concurrency-limited requestor and some extra headers, and that seems to work. So, I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants