Все вопросы: [cross-site]
4 вопросов
Cross Site Authentication and Zend Framework
I have been asked to implement a cross site login solution in Zend Framework. I have thought about perhaps using OpenID, are there any other solutions to make a login persist across many sites? In some ways a closed system hosted by us would suit better.
Cross-site AJAX using jQuery
I have an existing jQuery plugin which makes a lot of AJAX calls (mostly JSON). I am wondering what is the quickest to allow it to do cross-site calls i.e. the $.get and $.post URL's will not be from the same domain. I have heard of JSONP, but was wondering if someone could give me an concrete e...
Межсайтовый вызов ajax для службы WCF
Можно ли в Javascript выполнить межсайтовый вызов службы WCF? Я не возражаю, если это POST или GET. Но я слышал, что в наши дни браузеры не разрешают межсайтовые вызовы с помощью POST или GET. Как я могу обойти это и по-прежнему вызывать службу WCF ?
Настройка междоменных файлов cookie в Safari
Мне нужно позвонить в домен A.com (который устанавливает файлы cookie с http) из домена B.com. Все, что я делаю в домене B.com, это (javascript): var head = document.getElementsByTagName("head")[0]; var script = document.createElement("script"); script.src = "A.com/setCookie?cache=1231213123"...