I’m working on a new installation of cyrusimap (3.8.3). In the course of my testing, I’m getting different answers when I query .well-known/ vs .well-known
For example, I currently have httpmodules: jmap caldav
in imapd.conf. When I GET .well-known/ it returns:
/.well-known/jmap
/.well-known/caldav
but when I GET .well-known it only returns
/.well-known/jmap
Any idea why?
Second question: when I GET /.well-known/jmap it wants me to authenticate. When I enter a username and valid password for an email user (that works with the curl example on the JMAP support page), I get an authentication failure. What is it looking for here?
-Jim