Skip to content

Content-type bugfix release

Compare
Choose a tag to compare
@marblestation marblestation released this 03 Apr 16:45
· 63 commits to master since this release
Overwrite Content-Type field unless it is big-query (#30)

Big-query requests (e.g., from vault) are built with `headers['content-type'] = 'big-query/csv'` and they are valid, but other user defined content types such as `'application/json'` lead to a 500 error. We enforce here the correct content-type for these cases.