Hallo,
i'm new in this Context, and have some Problems with the Authentication.
I want to receive the Token from a Webservice to Consume and Download Data.
I get Errors by sending the Request with username /Password
The Service Provider means i have to take the creantials in the Body, but it doesnt work
The Error is this:
Any ideas?
Thx
Martin
Answers
Looks like you are setting a content length of 2000 and the content that you are sending is less than this amount, try to set the right length or maybe is better to comment this line and see what happens.
Regards.
the Special was, the authentification values should send in the Body not in the Header.