Internal redirects to external sites fail #54
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If an htmx request ends up redirecting to an external site, it cannot read the response (as the request follows the redirection before htmx gets it, but the response comes from a different domain). Add logic to the redirect mechanism to return an
HX-Redirect
header if the request came from htmx.