miracum / fhir-pseudonymizer

A REST service to pseudonymize and anonymize FHIR® resources.
MIT License
15 stars 2 forks source link

BUG: Interpreation of URL with missing tailing / #56

Closed jmaluche closed 1 year ago

jmaluche commented 2 years ago

The GPAS URL is not correctly interpreted if the tailing / is missing.

Expected behavior: GPASURL: " ... /ttp-fhir/fhir/gpas/" has the same result as GPASURL: "/ttp-fhir/fhir/gpas"

Without the / the requests to GPAS leads to an 405 Operation not allowed