Hi,
Our odata service is being used by our Sales Force development team. This includes GET and POST request. But it seems like they are having problems with POST as the service is looking for CSRF token. Instead of call GET method to get the CSRF token and add that token to the POST call. they suggested to disable our CSRF in the odata service. Is it really recommended to disable the token?
I have a working application that consumes our odata service. But upon disabling the CSRF token, it is not working anymore when I try to run the app via WEB IDE. Our deployed app is working fine even with the token disabled.
Is there something I need to add/configure in my application to run the odata service without CSRF token?
I have added our destination setups for our HCP for reference also.
Thanks!

