images for patients to access

Hello!

I wanted to release the images for patients to access, but I didn’t want to give the orthanc password, what is the best way to do it?

I’m trying to use this http://localhost:8042/studies/6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715/archive to then my software make the upload , but orthanc ask a password on localhost

Hello,

This is explained in the FAQ:
https://book.orthanc-server.com/faq/authentication.html

Sébastien-

I’m trying to find a way to not ask password on localhost, only external

This can be done by implementing authentication at the reverse proxy level:
https://book.orthanc-server.com/faq/nginx.html

https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/

I have a software at same server, i think will try the token authentication https://book.orthanc-server.com/faq/authentication.html