Stream: hapi
Topic: URL mask special characters
Hannes Ulrich (Dec 02 2019 at 14:35):
Hey,
I'm working with the GraphQL interface of HAPI and have some troubles with the curly braces. If I'm using the HAPI Server e.g. http://hapi.fhir.org/baseR4/Patient/5/$graphql?query={name{text,given,family}} it does work. My local instance is a HAPI-FHIR-JPA-Starter and if I use the same query I'm facing the following error:
"Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986"
Is there a way to enable an auto-masking feature ?
Thanks!
Last updated: Apr 12 2022 at 19:14 UTC