I'm using a web hook that will POST to a page on my site. Unfortunately, I can't set the CSRF on the hook keeps getting rejected by XF. Is there a way I can disable the CSRF protection on this particular URL only, but still have it active on the rest of the site?
Hi, Thanks for such quick reply, But I already tried this solution, But response is still same. Invalid Token. I'm working for file manager for admin panel. Is there any other requirement for admin panel csrf ?
If it doesn't work then you must be doing something wrong, the same function is used in the admin controllers if you search the codebase. You're likely not checking the correct action name.
If it doesn't work then you must be doing something wrong, the same function is used in the admin controllers if you search the codebase. You're likely not checking the correct action name.