I have Web API for Spring in Java . Now i went to need GET and POST some Data in my android Apps. The Problem is CSRF token.First a i get csrf token in android apps. Then i post the csrf token form android apps in Web server. when i disable the csrf Security then i Post data web server from android.But when i enable the csrf Security then Post method is not working .
Now how can I post a csrf token in web server from Android?
Now how can I post a csrf token in web server from Android?