Q.Informer.Plain is giving mixed content security alert in IE

1 view
Skip to first unread message

Ramesh D

unread,
Jan 10, 2012, 6:20:55 AM1/10/12
to Qutensil
Hi
I am using qutensil for show up messages. When I am viewing this page
in IE, when Q.Informer.Plain() is called it is giving mixed content
security alert in IE. Please help how to fix this issue without
changing the browser settings.

Thanks
Ramesh

Wout Fierens

unread,
Jan 10, 2012, 10:31:06 AM1/10/12
to qute...@googlegroups.com
We use Q.Informer in various web apps and we never have that problem.
How are you performing the calls?

You first need to create an instance:

var Informer = new Q.Informer();

Then:

Informer.plain('Your message');

Is that the way you do it?

Ramesh D

unread,
Jan 11, 2012, 1:23:09 AM1/11/12
to Qutensil
Thanks Wout,
We are calling the same way how you have mentioned. Our site is
hosted in secured environment(that is https) not http. I feel that is
why it is giving security alert.

Regards
Ramesh

Wout Fierens

unread,
Jan 11, 2012, 4:05:45 AM1/11/12
to qute...@googlegroups.com
Hi Ramesh,

Ah, that explains a lot.
That won't be a problem caused by the library, rather that you are
loading files over http while being on https.

Kind Regards,
Wout

Wout Fierens

unread,
Jan 11, 2012, 4:06:36 AM1/11/12
to qute...@googlegroups.com
By the way, we are also using if over https in this app:
http://paspartout.com

Wout

On 11/01/12 07:23, Ramesh D wrote:

Ramesh D

unread,
Jan 11, 2012, 5:50:47 AM1/11/12
to Qutensil
Hi Wout,

My site is like https://site.com.
We are using following statement to show message:

Informer.plain("<p>Added 1 item to cart.</p><p>Click <a
href='ShowCart.aspx'>here</a> to go to your cart.</p>", 7);

when this is being called security alert is displayed in IE before
showing the message popup.
When we comment above line in our code it is not giving security
alert.

In development environment it is not showing security alert.
when deployed in test environment(that is https) it showing security
alert in IE.
Please help me in resolving this issue.

Regards
Ramesh

Wout Fierens

unread,
Jan 11, 2012, 5:53:47 AM1/11/12
to qute...@googlegroups.com
Hi Ramesh,

I'm afraid I can't help you out here.
We wrote this library mainly for ourselves and released it for free.

But we can't be a helpdesk.
I'm sorry.

Kind Regards,
Wout

andrew edmundson

unread,
Jan 11, 2012, 6:13:54 AM1/11/12
to qute...@googlegroups.com
I would check if any images are being loaded to build the q.informer - as they are possibly in css / js and may be being called via http rather than https


Andy

Reply all
Reply to author
Forward
0 new messages