On Mon, Jun 15, 2015 at 12:54 PM, planetenxin planetenxin@web.de wrote:
When I remove the token parameter from the query parameters and add the token parameter to the post body, I get
"code":"notoken","info":"The token parameter must be set"
Any ideas?
Sanity checks: You're actually doing a POST, not a GET with a body? Your Content-Type and Content-Length headers on the POST are correct?
After checking that, it would be helpful if you could capture the whole request being POSTed for further review. Obfuscate cookies and tokens, of course.