How do I build custom REST APIs

Ref Camunda docs about Use Guide’s words:

Blockquote
The Camunda Web Applications use a CSRF Prevention Filter that expects a CSRF Token on any modifying request for paths beginning with /camunda/api/ or /camunda/app/ . Any modifying requests mapped to these paths will fail, and the current session will be ended if no CSRF Token is present. You can avoid this by registering your resources on different paths or add your resources to the CSRF Prevention Filter Whitelist (via the configuration property camunda.bpm.webapp.csrf.entry-points ).

I try to do so that configure springboot property about camunda.bpm.webapp.csrf.entry-points, but it doesn’t work. And if you know how do you do, I sincerely hope to get your answer. Thank you!

Hi @ruyi and welcome! Can you post what you’ve tried so far? A look at what you’ve tried, along with any specific error messages you’re seeing, would help us get a better idea of what the problem is so that we can help you solve it.

Best Regards,
dg