diff Framework/Loaders/DicomSource.cpp @ 1472:474360793956

DicomResourcesLoader::Create()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 16:26:57 +0200
parents 30deba7bc8e2
children 121d01aa328e
line wrap: on
line diff
--- a/Framework/Loaders/DicomSource.cpp	Mon Jun 15 12:57:54 2020 +0200
+++ b/Framework/Loaders/DicomSource.cpp	Mon Jun 15 16:26:57 2020 +0200
@@ -153,7 +153,7 @@
         std::unique_ptr<HttpCommand> command(new HttpCommand);
         
         command->SetMethod(Orthanc::HttpMethod_Get);
-        command->SetUrl(webService_.GetUrl() + "/" + EncodeGetArguments(uri, arguments));
+        command->SetUrl(webService_.GetUrl() + EncodeGetArguments(uri, arguments));
         command->SetHttpHeaders(webService_.GetHttpHeaders());
 
         for (std::map<std::string, std::string>::const_iterator