Closed
Description
Attempting to download a Dandiset with a URL of the form DANDI:{dandiset_id}/{version_id}
causes the client to attempt to access https://identifiers.org/DANDI:{dandiset_id}/{version_id}
, which currently does not work and produces a 400 response. The client, due to #762, responds to this by sleeping for increasing amounts for a grand total of over 18 and a half minutes, all with no indication to the user as to what it's doing (unless the log level is DEBUG, in which case the user will get occasional messages about HTTP connections but no indication as to the reason for delays in between). This needs to change.