"CORS Error" but Chrome sent the request anyway
I have created a page to attack a CSRF unprotected endpoint.
This endpoint accepts only JSON as payload, so I have used fetch with credentials: "include" properties. The page run locally using file:// protocol.
<html>
<… Continue reading "CORS Error" but Chrome sent the request anyway