You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #546 Fix redirection with nginx and http2 (xaviermarchegay)
This PR was merged into the 2.x branch.
Discussion
----------
Fix redirection with nginx and http2
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | Fix#543
| License | MIT
> Let’s drop the header during the redirect (which is when we have an empty body) and, instead, add a 2nd header - something custom like X-Live-Redirect. Then, in the javascript, only throw the error of the content-type is wrong/missing AND that special header is missing.
>
> I’d welcome a PR of you’re open to it :)
Commits
-------
f4d3080 Fix redirection with nginx and http2
0 commit comments