Login Code Snippet not working Unable to login: Unexpected character "60": line 1, column 1
Nope url is fine. When I tried the same URL from a REST client it works fine with me. for me the error is "Unable to login: Unexpected character "60": line 1, column 1". I am trying to use the code snippet 1 file shared along with java api. Not sure what I am missing but this whole login process is very painful with lack of clarity in documentation.
Accepted answer
Works like a charm for me.
2 other answers
I can only suggest to start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
Comments
Also, check the Java Version is 1.8 and the classpath matches. Also check How should I ask a question in the Forum if I want to receive useful answers? to learn how you want to ask questions really.
Tried to follow the blog and then configured eclipse with RTC Client development environment however still facing the same problem.