I have a Confluence plugin with two main modules: xhtml-macro and rest. The macro displays a button that, when clicked, should make a POST request to my REST endpoint: /rest/vimeo-validator/1.0/validate. However, I am getting a 404 error returned from this request.
Hmm, I’m not quite sure I know what you mean. I am already logged into the local installation of Confluence where I am testing the plugin. Is there something else?
As a sidenote you can’t/shouldn’t have anonymous allowed and change page data.
Remove everything except the system.out and the response. Are you getting hello world back?