Am 12.02.2013 01:33, schrieb Ján Máté:
It's very interesting because a.) and b.) are exactly the same setup [first always try the a.) - the only benefit from b.) is that you can generate configuration dynamically and you will NOT get authorisation window if you enter wrong credentials]
Have you executed the cache_update.sh after you changed the config.js? ... if not then your browser will use the previous version from the HTML5 cache [maybe the reason why you not get the same result in a.) and b.)]
Have you checked if your server returns the headers defined in rewrite rules (for example in Firebug)? ... maybe you forgot to reload apache?
Have you tried to restart Firefox? ... usually if you use Firebug for long time without restarting FF, it causes many mysterious problems :-)
If it is possible you can send me a private e-mail with some testing credentials and I can check where is the problem.
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.
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...
Regards Sven Anders