What is CSRF Token? Where can i find it on the website?

X-Frappe-CSRF-Token:

And what is a FRAPPE USER ID?
Are they the same?

Hi,
Have you got an answer for that?

The CSRF Token is the login credentials of the current user.
On the website you can call it in js with frappe.csrf

2 Likes

Thanks @joelios
If so, can I use it for calling api between mobile app and frappe?

I have never tried that. You have to try it.

1 Like

ok, thanks @joelios

Thanks! Is it obtainable without programming? Say from a browser?

To include csrf token in a custom html web page? frappe.csrf showing frappe is not defined error. how can I import the frappe in custom HTML? please reply ASAP