Hi Is there any way to generate csrf token from Java code through any API or by accessing /libs/granite/csrf/token.json
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Any component that relies on the granite.jquery dependency will benefit from the CSRF Protection automatically otherwise as mentioned by Wasil you can use /libs/granite/csrf/token.json which will generate the token as {“token”:”ey….″}
Cheers.
Views
Replies
Total Likes
It's generated/injected via filter, part of platform code, no direct API exposed(wait for other replies) but making a HTTP GET on '/libs/granite/csrf/token.json' should return JSON response having the token.
Thanks,
Wasil
Views
Replies
Total Likes
Any component that relies on the granite.jquery dependency will benefit from the CSRF Protection automatically otherwise as mentioned by Wasil you can use /libs/granite/csrf/token.json which will generate the token as {“token”:”ey….″}
Cheers.
Views
Replies
Total Likes