¿How i can disable CSRF only for my api with spring security? – Facebook api
Im creating a project with spring using spring security but i am having problem only with my api(all controllers are working correctly with csrf). But seems like the csrf is causing problem to my api, because when i make a…