Hi Sven,
On Feb 12, 2013, at 9:28 PM, Sven Anders anders@anduras.de wrote:
Hello!
Thanks for the quick answer. As you stated, the configuration was right. The problem was that I forgot to enable the headers module.
The documentation about the "Access-Control-Allow-Origin" settings could be a little bit more detailed. And the "misc" directory is missing here.
Yes you are right, I will add the misc directory to the next version ...
Now I have the problem, that it only works with the "Access-Control-Allow-Origin" set to "*". If I try to set it to the configured URL of the davical server, I will get an
Error: [netCheckAndCreateConfiguration: 'http://caldav.my.dom/caldav.php/'] code: '0' - see http://www.inf-it.com/carddavmate/misc/readme_network.txt
I tried to set the long and short URL, but nothing worked. I will try further...
The origin is not an URL ... these are correct origins:
http://server.com http://server.com:80 https://server.com https://server.com:8443
these are INCORRECT origins:
http://server.com/ http://server.com/anything/ http://server.com:80/ http://server.com:80/anything/ https://server.com/ https://server.com/anything/ https://server.com:8443/ https://server.com:8443/anything/
... and do not forget to reload your apache ;-)
JM