This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
How to deal with CSRF in AJAX requests? #17492
Answered
by
mariuszkrzaczkowski
JohnMaverick
asked this question in
How to
-
I have custom module and two files client-side and server-side. Client side designing custom UI and server-side is responsible for saving record. As Yeti by default including CSRF protection it needs some dealing with tokens etc. Can developer get some guidance on that? Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
mariuszkrzaczkowski
Jun 4, 2024
Replies: 1 comment
-
use AppConnector AppConnector.request({
module: 'Home',
action: 'BrowsingHistory'
}).done(function (response) {
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JohnMaverick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use AppConnector