Support csrf tokens in Vue app

This commit is contained in:
Christian Georgi
2022-08-30 18:16:29 +02:00
parent 06b96d0726
commit 7819ad0bad
2 changed files with 24 additions and 3 deletions

View File

@@ -17,8 +17,7 @@
"source": "^/(.*)$",
"target": "$1",
"destination": "srv-api",
"authenticationType": "xsuaa",
"csrfProtection": false
"authenticationType": "xsuaa"
}
]
}