Dev Tools override on a domain caused response 'true' to be parsed incorrectly #261
Labels
bug
Something isn't working
more info needed
We need more information before we can act on this issue
When I have an active rule on an override on a domain, even if it did not match the HTTP request other than being on the same domain, the response application/json with value true, which is valid json text,
is parsed as
When disabling overrides, it is back to
I checked, the response is pure ASCII, seems to be nothing fuzzy about it, but it gets wrongly presented in the tools and parsing in the application fails, so somehow the response has been tampered with.
The text was updated successfully, but these errors were encountered: