Skip to content

How to deal with CSRF in AJAX requests? #17492

Discussion options

You must be logged in to vote

use AppConnector

AppConnector.request({
	module: 'Home',
	action: 'BrowsingHistory'
}).done(function (response) {
	
});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JohnMaverick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How to
Labels
None yet
2 participants