Closed MuriloSchaefer closed 5 years ago
@MuriloSchaefer, has #928 resolved your issue?
and also I couldn't find a way to put the server config on it, how can I add the server configs in there?
Have you read the deployment docs, or our docs on configuration?
It solved my issue :) Thx
Hi, I'm having an issue with tokens, in my config file I have a token that needs to be passed to every request to my data server (metadata and images itself). But the function
fetchIt
insidedicomLoaderService.js
does not pass anyrequestOptions
object to the functionDICOMWeb.getAuthenticationHeader()
so it considers it hasn't a token or has a user logged in. But in my case, I need a token to fetch images and there is no logged user.and also I couldn't find a way to put the server config on it, how can I add the server configs in there?
EDIT: I need to add the server auth config in this request to getAuthenticationHeader(), but I can't have access to server config in there, so how can I do it?