Try to fix share URL redirect pathing - #2
Merged
Conversation
…ants The single-hop Location check silently failed whenever Threads answered with anything other than a direct 302 to the canonical post URL, sending users back to the original share link (and the original Threads embed): - intermediate hops (share canonicalization, .net -> .com) never reached the post URL - relative Location headers contain no threads.com host, so the regex could not match them - a 200 response (Meta varies behavior by UA/IP) had no fallback at all - the /t/CODE post URL form was not recognized Walk the redirect chain manually for up to 5 hops, resolving relative locations against the current URL. If that fails, retry as a browser following redirects and extract the post URL from the final URL or the page HTML (handling JSON-escaped slashes). Log each failure mode so the cause is visible in server logs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LYfeJwL6v3CpWcjFjwG8fg
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.
No description provided.