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

Engine: Use HttpRequestFeature.Path instead of RawTarget #511

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

kennethmyhra
Copy link
Collaborator

HttpRequestFeature.RawTarget contains according to the documentation: "This property contains the raw path and full query, as well as other request targets such as * for OPTIONS requests".

We only want the Requset Path identifying the requested resource so let's use HttpRequestFeature.Path.

Fixes: #509

HttpRequestFeature.RawTarget contains according to the documentation:
"This property contains the raw path and full query, as well as other
request targets such as * for OPTIONS requests".

We only want the Requset Path identifying the requested resource so
let's use HttpRequestFeature.Path.
@kennethmyhra kennethmyhra merged commit 02125be into r4/master Oct 13, 2022
@kennethmyhra kennethmyhra deleted the issue-509 branch October 13, 2022 17:52
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

Successfully merging this pull request may close these issues.

POST to /Binary with non-FHIR Content-Type yield HTTP 415 Unsupported Media Type
1 participant