You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. This is I think why there is a space after the content type. When I change that it works for me.
In contrast to your case I use an API Gateway where validation fails.
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: