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
Post a Comment