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
When a request gets rejected by the StrictHttpFirewall the URL will not be logged. So it's very hard to find out which client, frontend or else caused the issue.
Actual Behavior
When a request gets rejected by the StrictHttpFirewall the error message only states why a request was blocked but not which URL was called.
Expected Behavior
When a request gets blocked by the StrictHttpFirewall the exception should contain the URL which was called.