11-09-2018 02:28 PM
Hello,
I'm looking for some java code that allow me to connect passing url/username/password.
Is possible to perform this operation?
Thanks in advance
Solved! Go to Solution.
25-10-2018 08:59 AM
Hi,
Thanks for your suggestion! We will study all the documents you mentioned.
Best Regards
12-09-2018 02:38 AM
The Mega Hopex Help provides info on the Basic Web Service Authentication details:
You should be able to use Postman (Chrome plugin) to do some preliminary testing of an API - without needing to write any code:
https://www.getpostman.com/docs/v6/postman/sending_api_requests/authorization
Or, see this discussion of “Advanced Rest Client”, a Chrome extension
https://javapapers.com/web-service/restful-services-http-basic-authentication/
These links may be of some use for Java exemplar code, calling a Web Service with Basic Authentication
http://www.codingpedia.org/ama/jaxrs-rest-client-example-with-basic-authentication
https://jersey.github.io/documentation/latest/client.html#d0e5314