Remix behind web app firewall #10302
Unanswered
gregleeper
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Do you fetch in your loader? The ErrorBoundary isn't helpful here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a remix app that sits behind a WAF. Sometimes a request gets rejected by the WAF. I've recently updated Remix to 2.13.1. I'm rendering my ErrorBoundary like so:
The response from the WAF is this on a 400 Bad Request:
Before the update to 2..13.1 and turbo-stream my users would see the html returned from the WAF. But now they are seeing a message like this:
Any ideas on how I can get past this message from turbo-stream?
Beta Was this translation helpful? Give feedback.
All reactions