microsoft-healthcare-madison / argonaut-subscription-client-ui

Client UI for testing the Argonaut Subscription changes.
MIT License
1 stars 2 forks source link

Account of presence/absence of trailing slashes in user-entered URLs #8

Closed jmandel closed 5 years ago

jmandel commented 5 years ago

For a FHIR server https://server.subscriptions.argo.run/baseR4 fails while https://server.subscriptions.argo.run/baseR4/ succeeds. Desired state: UI should tolerate presence/absence of trailing slashes for user-entered URLs.

GinoCanessa commented 5 years ago

UI now uses URL structures to ensure all paths are concatenated properly.