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

Fix request header overwrite #66

Conversation

BrianKolowitz
Copy link
Contributor

Update request headers to support a combination of user values and defaults. The server I'm hitting doesn't support application/fhir+json and the code overwrites the headers being passed in. I modified the code to merge the dictionary being passed in with the dictionary setting up headers within the _get method.

Update request headers to support a combination of user values and defaults
@BrianKolowitz BrianKolowitz changed the title Update server.py Fix request header overwrite May 3, 2019
@hsolbrig hsolbrig merged commit 1f622d2 into smart-on-fhir:master Nov 27, 2019
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.

None yet

2 participants