AndroidAsync
AndroidAsync copied to clipboard
How to set Cookies ?
Hi, I need to save cookies.
I am using Volley for My APIs, which I store the Cookies. Now I need use your Library to upload a image to my sever (i can not get to work with volley). I need pass the cookies from Volley to your Library.
Can you please advice.thank you
I came here to report the same problem. Apparently AndroidAsync currently lacks the API to add custom headers or even cookies. Currently I am using this workaround in my sms-server project: Creating cookies by Javascript on the client side.
use request.addHeader("Cookie",beforeCookie1);