Hi Orthanc users!
I’d like to ask for your help on a situation with the Advanced authorization plugin.
On the Authentication tokens section, it’s clear that we can forward tokens to the web service so that we can validate if the user has access to the requested resource. I did test this and it works well.
But what if my web service requires basic authentication (or any other authentication method)? How can I make Orthanc send authenticated requests?
Thanks in advance.