Issue 1174: problems when execute fullcalendar in ie with https
Status:  Done
Owner: ----
Closed:  Jan 2012
Reported by fbir...@gmail.com, Nov 9, 2011
hello all
Integrate the project in my company recently fullcalendar library. To view Google Calendar xmls.
The evidence in both the development server and the server were correct testing

It went into production. Which works with the protocol for secure data transfer (HTTPS).

In firefox and chrome browsers work properly, but when IE does not display events.

I made a javascript tracking code fullcalendar.js file in the function daySegHTML put an alert (secs) [sec is the parameter that is passed to this function] and I returned empty.

How can fix this problem?

I would appreciate help as customers are waiting.

thank you very much

ps: when the server uses the https protocol I have no problem
Jan 10, 2012
Project Member #1 adamrs...@gmail.com
i can't say for sure because i'd need to see your exact setup/code, but i bet IE's security settings are more stringent, and the XHR needs to be https. make the ajax https if it is not already. other than that, i dont know what it could be
Status: Done