Re: HTTPS - How to get rid of warning/message caused by Cute Editor

  •  05-09-2010, 8:40 PM

    Re: HTTPS - How to get rid of warning/message caused by Cute Editor

    Hi,
     
    I can't reproduce this problem.
     
    Here is two possible reason :
     
    1 - the ResolveUrl("Load.ashx?type=style&file=SyntaxHighlighter.css") return http://yourdomain/....
     
    2 - the <base> show http://yourdomain/... , which let the <link> based on the http://
     
    So please test removing the <base> too
     
    Or you can try this :
     
    <link type="text/css" rel="stylesheet" href='<%=CuteEditor.EditorUtility.ProcessWebPath(Context,Page,"Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
     
    -
     
    Now we can't reproduce it and can't test it. We will fix it when we get conclusion.
     
    Regards,
    Terry
     
View Complete Thread