Hi Experts,
I am getting "CSRF token validation failed " error in post method, in OData.request .
our architecture is
Gateway server is common for CRM and ECC
Netweaver Gateway-->CRM,ECC
The POST method is working for CRM services, and it is not working for case of ECC services.
But GET method is working for both CRM services and ECC services.
I tried by passing 'X-CSRF-Token' , but still same problem.
Note : IN SICF for corresponding all service i mentioned ~CHECK_CSRF_TOKEN = 0 in both systems CRM and ECC.
I also tried as per the index.html document in section Cross-Site Request Forgery (CSRF) of the link
Getting Started with Kapsel - Appendix D -- Security but still same problem
Thanks in advacne
Suresh