SyntaxFix
Write A Post
Hire A Developer
Questions
Hey i'm using Volley and was getting Server error 411, I added to the getHeaders method the following line :
params.put("Content-Length","0");
And it solved my issue