android - Passing token as a parameter in http header -


how pass authentication token parameter in http header through android application? have stored token value in shared preference , trying send not happening. please help.

you try pass authentication token overriding method getheaders() volley library shown here http://arnab.ch/blog/2013/08/asynchronous-http-requests-in-android-using-volley/ in chapter setting request headers (http headers)


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -