I'm trying to setup a site with network error logging. This uses the reporting api to generate and send reports about the end user's experience and gives access to lower level information for network issues
NEL spec: https://www.w3.org/TR/network-error-logging/
Reporting api spec: https://w3c.github.io/reporting/
I've setup the required NEL and Report-To headers however when I use chrome://net-export to collect logs and look into what is going on with these reports, I notice that the reports had failed to upload to the endpoint I specified in Report-To (I see this by using https://netlog-viewer.appspot.com/#reporting to view my network log, under the column "Failed Uploads").
Is there any tools or additional info I can get to look into why this failed? I've used Fiddler to look at network traffic while I use my site and I don't see any outgoing network calls to the nel endpoint so that is telling me that maybe something is failing before it sends out the report
Any help appreciated here, thanks