Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FHIR read on non-existing resource returns 404 with HTML #43

Open
p2 opened this issue Apr 6, 2016 · 0 comments
Open

FHIR read on non-existing resource returns 404 with HTML #43

p2 opened this issue Apr 6, 2016 · 0 comments

Comments

@p2
Copy link
Member

p2 commented Apr 6, 2016

I'm getting the following response with this call (but would expect an OperationOutcome in JSON):

curl -H "Accept: application/json+fhir" https://fhir-open-api-dstu2.smarthealthit.org/Patient/xxx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /WEB-INF/grails-app/views/api/read.jsp. Reason:
<pre>    Not Found</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>

</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant