ImagingDataCommons / slim

Interoperable web-based slide microscopy viewer and annotation tool
https://imagingdatacommons.github.io/slim/
Apache License 2.0
111 stars 36 forks source link

Trailing spaces in the URL lead to authentication errors #174

Open fedorov opened 8 months ago

fedorov commented 8 months ago

Today by accident I included a trailing space after dicomWeb in the "Select server" UI:

image

This was the result:

image

I think it is very easy to make such a mistake (especially when URL is copy-pasted from another location), it is very hard to detect it, and the error does not help. Fortunately, it is very easy to strip trailing spaces - I think we should do it.

@dclunie can you please try again following the instructions I shared earlier, and see that maybe a trailing space was the source of the authentication issues you reported?