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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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-Redirectheader if the request came from htmx.This is complete