0

I am able to properly setup sap web ide on my local but after login I keep getting xsrf error on the browser.

I want to disable it in my local for local development and was not able to find any solution on internet.

I tried to find it on documentation and stackoverflow.

1 Answers1

1

You can update the file /Applications/SAPWebIDE/eclipse/orion.app/Contents/MacOS/orion.ini with

-Dorion.XSRFPreventionFilterEnabled=false
deepakchethan
  • 5,240
  • 1
  • 23
  • 33