mirkolugano

Results 2 comments of mirkolugano

I think I solved it. I have added an extra catch block ``` requestInfo.config.request.fetch(config.url, init).then(function (response) { response.json().then(function (data) { var breezeResponse = new HttpResponse(response.status, data, response.headers, requestInfo.zConfig); if (response.ok)...

Thanks for the feedback. To configure Content Security Policy I specify this in the web.config (C# web project): ` ` I reproduced the fiddle on a simple "test.html" page on...