Enos  Prosacco

Enos Prosacco

1591281180

How-to Fix "Http failure during parsing" Error

If you already validated JSON from DevTools in the JSON validation tool and setting the responseType didn’t help, try this one. Get the json from your backend (in case of C# you can put a breakpoint in VS and copy result JSON before sending the response back) and see if there are any \0 characters.

#fix #js #javascript #angular

What is GEEK

Buddha Community

How-to Fix "Http failure during parsing" Error
Enos  Prosacco

Enos Prosacco

1591281180

How-to Fix "Http failure during parsing" Error

If you already validated JSON from DevTools in the JSON validation tool and setting the responseType didn’t help, try this one. Get the json from your backend (in case of C# you can put a breakpoint in VS and copy result JSON before sending the response back) and see if there are any \0 characters.

#fix #js #javascript #angular