Hello, I'm trying to access the FHIR web services through Java program but for each url I get the login page as response. How do I bypass this? Shall I simply send username and password through POST method at */auth/login *(but in what format) and will it work for each request after that?
Regards, Arpit
