cancel
Showing results for 
Search instead for 
Did you mean: 

ODATA V2 POST method - Found : 302 : HTTP/1.0

0 Kudos

Hello Experts,

I have a problem regarding ODATA call with POST method to hit the SAP C4C. I've done a lot of testing with Postman and all my tests are getting through without any errors.

When I started on the actual integration through CPI, I am getting the issue "com.sap.gateway.core.ip.component.odata.exception.OsciException: Found : 302 : HTTP/1.0"

The call itself gets a HTTP 302-error, not sure what could be the issue.

Note: GET operation is working with ODATA to hit SAP C4C and getting the response, only issue on POST method.

Any help or pointers is much appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Everyone. Issue is solved by myself, as this is the HTTP redirect issue which happens in the opensource POSTMAN, but not in the CPI level. So we changed the address of HTTP to HTTPS, then it is working successfully. Hope will help other on this issue.

Answers (0)