CSRF protection with CORS Origin header vs. CSRF token
know, that this should not be possible with XHR (see e.g. Security for cross-origin resource sharing), at least not, if we trust the W3C spec to be implemented correctly in all modern browsers (can we?) At the end of the day you have to “trust” the client browser to safely store user’s data and protect … Read more