It is not clear to me how to use the csrfInsert function. Apparently I have to call it manually? Where do I find my csfrId? The documentation does not cover that part.
Regards,
Sander
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You need to install the JavaScript on your server and the CSRF_ScriptPath must point to the URL path where the client may download the script. The module injects the call invoking the script at the end of your HTML content.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
It is not clear to me how to use the csrfInsert function. Apparently I have to call it manually? Where do I find my csfrId? The documentation does not cover that part.
Regards,
Sander
You need to install the JavaScript on your server and the CSRF_ScriptPath must point to the URL path where the client may download the script. The module injects the call invoking the script at the end of your HTML content.
The file and the CSRF_ScriptPath is all configured but nothing is injected. Also, the logs do not show any error. Is there another way to debug this?