Hi, Using the AEM Web Console (aka Felix console), use the "Sling
Servlet Resolver" tool on the misbehaving AEM Publish node to see what
servlet the POST request resolves to:
http://localhost:4502/system/console/servletresolver You can compare
this a "working" Publish node. The Servlet Resolver can sometimes act a
bit wonky, so alternatively, you can make your POST to the end-point in
question, and review Recent requests:
http://localhost:4502/system/console/requests This will show the FULL
trac...