-
Notifications
You must be signed in to change notification settings - Fork 94
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
Empty line added to Batch Request body #285
Comments
In the file pyodata/v2/service.py in line 46 |
Hi @bpreissler thx for the investigation. That could be PR directly, sorry, i did not see activity on this issue and that you find the root cause. This should be fixed, will do that. out of curiosity - what do you mean by " I use an API Gateway where validation fails."? what api gateway? |
Hi Team,
I am using pyodata to batch upsert data into SuccessFactors OData API.
The above code is throwing Missing Boundary delimiter at line '4'.
I printed the body of the request.
I see an extra space added after the Content-Type. Not sure where the issue is from myside. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: