Re: How to distinguish a Browser plugin request

2014-01-26 Thread Evert Pot
Hi Mike, Rather than distinguishing a browser from *anything else*, I'd highly recommend using 2 endpoints instead. The only other way would be to try to maintain a whitelist of user-agents.. but that's not a really robust solution. You could also look at the Accept header and see if the

Re: How to implement SabreDAV in Laravel

2014-01-26 Thread Evert Pot
On Sunday, January 26, 2014 2:41:50 PM UTC-5, Jens wrote: Hello, I have a question regarding implementing SabreDAV CALDAV with the Laravel 4 PHP Framework. I placed the example file from this site: *calendarserver.php* in my */public *folder and adjusted the pdo to mysql. If I