I'm new to cas, I build and run https://github.com/apereo/cas-overlay-template/tree/6.4 from my IDEA. I can login cas from web https://10.1.178.173:8447/cas
but when I try : curl --http1.0 -k -X POST -H "Content-Type: Application/x-www-form-urlencoded" https://10.1.178.173:8447/cas/v1/tickets -d "username=casuser&password=Mellon" I got 404 error: --- !<java.util.LinkedHashMap> timestamp: "2022-01-13T10:57:59.581+00:00" status: 404 error: "Not Found" path: "/cas/v1/tickets" I have add dependencies to the build.gradle file : classpath "org.apereo.cas:cas-server-support-rest:${project.'cas.version'}" I don't know how to find out the reason -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/34927014-b7ca-4135-bdc9-4ceadff6a000n%40apereo.org.
