-
|
my challenge: loading xml data from an external FHIR server. Wrong submission parameters, bug? regards mwe |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Hello! That looks like a bug. If the thing is I'll see if I can pick it up somewhere soon. Do you have a work-around? You might be able to proxy the external request to some other server, and expose it as Martin |
Beta Was this translation helpful? Give feedback.
-
|
changed the code on 'dev' to handle all XML mimetypes by simply checking of contentType ends with 'xml'. This should do it. |
Beta Was this translation helpful? Give feedback.
works in my actual setup.
additional header still needed for announcing the 'correct' mimetype with 'get' submissions to the external server
found by try and error, element is not documented,
mimetype attr does nothing for 'get' submissions
... however, no show stopper for me
regards
Peter