We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/apollographql/datasource-rest/blame/9a8b6278d80bc677fa7608ac0c3f065d991a79af/src/RESTDataSource.ts#L486
If this.get or similar is called with headers: { 'Content-Type': 'x' }, two duplicate headers get set (content-type and Content-Type).
headers: { 'Content-Type': 'x' }
This can cause problems in the API resulting in problematic behaviour.
The text was updated successfully, but these errors were encountered:
Looks like a PR was filed (by a colleague of yours?): #154.
Sorry, something went wrong.
Not a colleague of mine, just seem to have run into the same problem at the same time :)
@AaronMoat We were able to get #154 merged in: bb0cff0
No branches or pull requests
https://github.com/apollographql/datasource-rest/blame/9a8b6278d80bc677fa7608ac0c3f065d991a79af/src/RESTDataSource.ts#L486
If this.get or similar is called with
headers: { 'Content-Type': 'x' }
, two duplicate headers get set (content-type and Content-Type).This can cause problems in the API resulting in problematic behaviour.
The text was updated successfully, but these errors were encountered: