Problem with grid using secured connection (HTTPS)
I need to use the grid in my site, but I also would like to use secure connection (HTTPS).
Unfortunately I noticed some issue that I cannot avoid or solve. While using the grid in secure connection Internet Explorer 6.0 interprets it as a mixed content and there are detected insecure items inside a page.
This caused a standard information in message box about Secure and insecure items . I want to avoid this problem without changing a configuration of IE 6.0. There are two reasons of such message: explicit request in HTTP while using HTTPS, and using markups: IFRAME or FRAME without attribute SCR or with empty string value in this attribute (SRC=). I dont see such things in grid.js file. I debugged a javascript code of the grid and I noticed that this message is generated just after a function Dispatch call.
I will really appreciate if you will give me some piece of advice, some tips or maybe you already have a solution for this issue.
Thanks for help in advance
Unfortunately I noticed some issue that I cannot avoid or solve. While using the grid in secure connection Internet Explorer 6.0 interprets it as a mixed content and there are detected insecure items inside a page.
This caused a standard information in message box about Secure and insecure items . I want to avoid this problem without changing a configuration of IE 6.0. There are two reasons of such message: explicit request in HTTP while using HTTPS, and using markups: IFRAME or FRAME without attribute SCR or with empty string value in this attribute (SRC=). I dont see such things in grid.js file. I debugged a javascript code of the grid and I noticed that this message is generated just after a function Dispatch call.
I will really appreciate if you will give me some piece of advice, some tips or maybe you already have a solution for this issue.
Thanks for help in advance
jarecki
April 9,