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

Batch - space added to content-type: application/http #286

Closed
bpreissler opened this issue Nov 4, 2024 · 1 comment
Closed

Batch - space added to content-type: application/http #286

bpreissler opened this issue Nov 4, 2024 · 1 comment

Comments

@bpreissler
Copy link

In the file pyodata/v2/service.py in line 46
lines.extend(('Content-Type: application/http ', 'Content-Transfer-Encoding:binary'))
There is an unnecessary space after the Content-Type header. While SAP ABAP seems to ignore that an API Gateway I have to use does fully validate and with that space it is an invalid content type.

@bpreissler
Copy link
Author

Sry, overlooked #285

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