I installed the 2 WAR files that come with the 5.17 distro in to a Tomcat 8 container. I modified the db.properties in both apps to point to a MySQL DB and had the schema and all demo data created. I can execute any GET request using kermit/kermit credentials but consistently get an HTTP 401 response with any POST request. I followed the User Guide and set Accept and Content-Type headers to "application/json" and am using Basic Auth in both GET and POST requests.
Can anyone tell me what I'm missing?
Thanks in advance!