Fix STR (Stratford-on-Avon) scraper#418
Open
symroe wants to merge 1 commit into
Open
Conversation
democracy.stratford.gov.uk times out from Lambda with wreq's Firefox133 TLS fingerprint — the WAF drops the connection. The endpoint is reachable from non-Lambda IPs (confirmed 302 via proxy). Playwright's Chrome TLS fingerprint bypasses the WAF, consistent with HAL, TON, MON, GED, COV, and other recently fixed ModGov instances.
Member
Author
Re-scrape after 416f1fcAdded
Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What broke
democracy.stratford.gov.uktimes out from Lambda with wreq's Firefox133 TLS fingerprint. The WAF drops the TLS handshake before sending any response. The endpoint is working correctly from non-Lambda IPs (confirmed 302 via proxy). Same WAF fingerprint block pattern as HAL, TON, MON, GED, COV, and other recently fixed ModGov instances.What was fixed
http_lib = "playwright"to the Scraper class — headless Chromium's Chrome TLS fingerprint bypasses the WAF, allowing the ModGov XML endpoint to be reached.Scrape results
Generated by Claude Code