如何在SAP Web IDE上禁用XSRF验证?

huangapple go评论62阅读模式
英文:

How to disable xsrf validation on sap web ide?

问题

我可以正确在我的本地设置SAP Web IDE,但在登录后,浏览器上一直出现XSRF错误。

我想在本地禁用它以进行本地开发,但在互联网上找不到任何解决方案。

我尝试在文档和Stack Overflow 上查找它。

英文:

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

得分: 1

你可以更新文件 /Applications/SAPWebIDE/eclipse/orion.app/Contents/MacOS/orion.ini,使用以下内容:

-Dorion.XSRFPreventionFilterEnabled=false
英文:

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

-Dorion.XSRFPreventionFilterEnabled=false

huangapple
  • 本文由 发表于 2023年3月7日 13:56:04
  • 转载请务必保留本文链接:https://go.coder-hub.com/75658463.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定