java - CSRF Guard - Can it protect service call also? -


i'm implementing csrf guard in web application. have done required configuration , can see token getting generated/injected request header.

let me tell application's architecture bit, have jsp pages makes call services using ajax data , display in ui.

my question here "can protect service calls csrf guard?" if possible how can because not going csrfguardfilter.java class when i'm debugging execution.

thanks help.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -