html://www.somewhat.com/_search%3Fname=blabla
I have a this type of URL. It works when I replace %3F
with ?
mark. But I need it to work with both. I have tried with relaxed-path-chars:"?"
and relaxed-query-chars:"?"
in application.yaml. But I have found it only works < > [ \ ] ^ { | }
these symbols.
{ "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "not-supported", "diagnostics": "Invalid request: The FHIR endpoint on this server does not know how to handle GET operation[url] with parameters [[]]" } ] }
I am using a tomcat embedded spring boot server. What can I do?