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

Propose a new visit for cross-origin redirects #200

Open
jayohms opened this issue Mar 28, 2024 · 0 comments
Open

Propose a new visit for cross-origin redirects #200

jayohms opened this issue Mar 28, 2024 · 0 comments

Comments

@jayohms
Copy link
Collaborator

jayohms commented Mar 28, 2024

The core turbo.js library does not permit cross-origin visit requests (i.e. a link that redirects to an external domain). These requests call the adapter method visitRequestFailedWithStatusCode(visit, statusCode) for all platforms.

Similar to the turbo-android implementation, turbo-ios need adapter changes to support proposing new visits for cross-origin redirects. PR: hotwired/turbo-android#325

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

Successfully merging a pull request may close this issue.

1 participant