Hi Pratik,
I am also facing the same issue with the POST method. I can see the following logs:
Authorization: Basic ZKVtb3VzZXJuHXc6U3BhcaRhMTIz
x-csrf-token: rsFNOgWLJd69q2rXpNqPLS==
Content-Length: 608
Content-Type: application/atom+xml
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
<content type="application/xml">
<m:properties>
<d:rollno m:type="Edm.String">0000000017</d:rollno>
<d:fname m:type="Edm.String">S</d:fname>
<d:lname m:type="Edm.String">D</d:lname>
<d:percentage m:type="Edm.String">76</d:percentage>
<d:mobileno m:type="Edm.String">8888888888</d:mobileno>
</m:properties>
</content>
</entry>
2015/05/26 14:45:21.914: Received response: HTTP/1.0 403 Forbidden
2015/05/26 14:45:22.007: Received Header: set-cookie: MYSAPSSO2=...domain=.0.20.205
2015/05/26 14:45:22.115: Received Header: set-cookie: SAP_SESSIONID_FG1_001=Pot_twG65bCBhAPF4TNNwdyeBNcDhxHlpgoAUFaTHDE%3d; path=/
2015/05/26 14:45:22.362: Received Header: content-type: text/plain; charset=utf-8
2015/05/26 14:45:22.466: Received Header: content-length: 28
2015/05/26 14:45:22.540: Received Header: x-csrf-token: Required
2015/05/26 14:45:22.615: Received Header: server: SAP NetWeaver Application Server / ABAP 731
2015/05/26 14:45:22.696: Received response: HTTP/1.0 403 Forbidden
May you please suggest what did I miss?
Regards,
Sahil Dudeja