Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

jquery1.9.1 get call blocked in page due to active mixed content , I am calling self hosted wcf service hosted on client machine through web page

  • 6 ответов
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от guigs

more options

jquery1.9.1 'get' call blocked in page due to active mixed content , I am calling self hosted wcf service hosted on client machine through web page , client do not want about:config setting . Please provide mechanisum so that i can call crossdomain service ( ihave already added crossdomain headers)

jquery1.9.1 'get' call blocked in page due to active mixed content , I am calling self hosted wcf service hosted on client machine through web page , client do not want about:config setting . Please provide mechanisum so that i can call crossdomain service ( ihave already added crossdomain headers)

Все ответы (6)

more options

hello, please make sure that all elements of the are loaded though https...
https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/

more options

Hi Philipp, 1] I was getting shield icon at start but now i have converted every get call to "https://localhost:8733/Design_Time_Addresses/WcfServiceLibraryForActiveX/FileUpload/"


2] I have associated a ssl with port 8733 in trust root authority and personal trust folder.

3] changed config file for mexhttpsbinding , transport layer tag in service behavior, httpsgetenabled="true" etc changes.

4] when i type above address on new tab it is working , but when it is called inside https page it is blocking ajax request.

my question is that is there any programmatic way to suppress active mixed content warning , or suppress for particular site.

more options

does the security tab of the firefox web console (ctrl+shift+k) give any hint about which content is being considered mixed active content and therefore blocked?

more options

it is showing .net error

more options

If the Web Console is disabled then try to use the Browser Console (Firefox/Tools > Web Developer) instead.

more options