Is there a way to make post/put/patch/delete requests from an android application to my rails application which responds with json files and at the same time have CSRF active on my server?
So in other words I want to have protection from forgery when making requests from my android app since it will have an ability to modify the webapp data.