Hi, using splunk-sdk-java is being developed.
Login method call in development of the following error has occurred.
POST https://192.168.225.128:8000/services/auth/login => [Fatal Error]: 1:1: Content is not allowed in prolog.
com.splunk.HttpException: HTTP 400
at com.splunk.HttpException.create (HttpException.java: 59)
at com.splunk.HttpService.send (HttpService.java: 366)
at com.splunk.Service.send (Service.java: 644)
at com.splunk.HttpService.post (HttpService.java: 226)
at com.splunk.Service.login (Service.java: 556)
at com.splunk.ServiceTest.main (ServiceTest.java: 321)
What would I have to solve please answer.
Thank you.
... View more