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. 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: