Olá Pratik,
Também estou enfrentando o mesmo problema com o método POST. Consigo ver os seguintes logs:
Autorização: 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: Recebida resposta: HTTP/1.0 403 Proibido
2015/05/26 14:45:22.007: Cabeçalho recebido: set-cookie: MYSAPSSO2=...domain=.0.20.205
2015/05/26 14:45:22.115: Cabeçalho recebido: set-cookie: SAP_SESSIONID_FG1_001=Pot_twG65bCBhAPF4TNNwdyeBNcDhxHlpgoAUFaTHDE%3d; path=/
2015/05/26 14:45:22.362: Cabeçalho recebido: content-type: text/plain; charset=utf-8
2015/05/26 14:45:22.466: Cabeçalho recebido: content-length: 28
2015/05/26 14:45:22.540: Cabeçalho recebido: x-csrf-token: Necessário
2015/05/26 14:45:22.615: Cabeçalho recebido: servidor: SAP NetWeaver Application Server / ABAP 731
2015/05/26 14:45:22.696: Recebida resposta: HTTP/1.0 403 Proibido
Por favor, poderia sugerir o que eu perdi?
Atenciosamente,
Sahil Dudeja