Why Same-origin policy isn’t enough to prevent CSRF attacks?
Summary I had a misunderstood concepts about Same-origin policy and CORS that @Bergi, @Neil McGuigan and @SilverlightFox helped me to clarify. First of all, what @Bergi says about SOP does not prevent sending requests. It does prevent a page from accessing results of cross-domain requests. is an important concept. I thought that a browser doesn’t … Read more