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
Note that the headers state that this is a img/png
When verifying the badge, the following error occurs: FETCH_HTTP_NODE: Unknown Content-Type (Not image/png or image/svg+xml). Response could not be interpreted from url https://chapter.isc2.nl/app/uploads/2020/07/Registered.png
JSON data: { "report": { "validationSubject": "https://chapter.isc2.nl/app/uploads/2020/07/Registered.png", "valid": false, "messages": [ { "messageLevel": "ERROR", "name": "FETCH_HTTP_NODE", "success": false, "result": "Unknown Content-Type (Not image/png or image/svg+xml). Response could not be interpreted from url https://chapter.isc2.nl/app/uploads/2020/07/Registered.png" } ], "errorCount": 1, "warningCount": 0 }, "graph": [], "input": { "input_type": "url", "value": "https://chapter.isc2.nl/app/uploads/2020/07/Registered.png" } }
The text was updated successfully, but these errors were encountered:
Just a thought: could it be caused by the "X-Content-Type-Options: nosniff" header? Seems that our site sets it. It is intended to be interpreted by browsers and should force the browser not to sniff the content but to believe the server when it says that it is a img/png. I wonder how that makes things more secure, but there you have it. Servers can't lie, right..
Folks, I can't wrap my head around this.
Location of (online) badge: https://chapter.isc2.nl/app/uploads/2020/07/Registered.png
Output of wget (with debug and all):
Note that the headers state that this is a img/png
When verifying the badge, the following error occurs:
FETCH_HTTP_NODE: Unknown Content-Type (Not image/png or image/svg+xml). Response could not be interpreted from url https://chapter.isc2.nl/app/uploads/2020/07/Registered.png
JSON data:
{ "report": { "validationSubject": "https://chapter.isc2.nl/app/uploads/2020/07/Registered.png", "valid": false, "messages": [ { "messageLevel": "ERROR", "name": "FETCH_HTTP_NODE", "success": false, "result": "Unknown Content-Type (Not image/png or image/svg+xml). Response could not be interpreted from url https://chapter.isc2.nl/app/uploads/2020/07/Registered.png" } ], "errorCount": 1, "warningCount": 0 }, "graph": [], "input": { "input_type": "url", "value": "https://chapter.isc2.nl/app/uploads/2020/07/Registered.png" } }
The text was updated successfully, but these errors were encountered: