SSL, PDF, Javascript Security Issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sandeep

    SSL, PDF, Javascript Security Issue

    Hello All,

    I have a site written in ASP/VB COM and setup completly over https.
    Browser is IE 6.

    I am doing a post from one page to another using
    document.formna me.submit. This works fine throughout the system.

    In one of the ASP pages a pdf is displayed with content(inline) . So
    when the post is done to this page, the "The page contains secure and
    insecure items. Do you want to display the non-secure items." message
    gets displayed. Irrespective of selection of "Yes" or "No" the pdf is
    displayed correctly.

    Any ideas how i can fix this problem.

    Thanks in advance.

    -Sandeep
  • Thomas 'PointedEars' Lahn

    #2
    Re: SSL, PDF, Javascript Security Issue

    Sandeep wrote:
    [color=blue]
    > In one of the ASP pages a pdf is displayed with content(inline) . So
    > when the post is done to this page, the "The page contains secure and
    > insecure items. Do you want to display the non-secure items." message
    > gets displayed. Irrespective of selection of "Yes" or "No" the pdf is
    > displayed correctly.
    >
    > Any ideas how i can fix this problem.[/color]

    It is not a JavaScript security issue but a useful browser security warning.
    If you don't want it, you may disable the warning with the browser's prefs.


    PointedEars

    Comment

    • Sandeep

      #3
      Re: SSL, PDF, Javascript Security Issue

      Thanks Thomas for your time.

      Since this is a Internet Site, Client Browser Setting would be
      un-acceptable.

      I also tried the Accept-Ranges: bytes in http header on the server and
      it did not work.

      Appricate any other suggestions.

      Thanks,
      -Sandeep



      Thomas 'PointedEars' Lahn <PointedEars@we b.de> wrote in message news:<bop7dp$1g jnvo$1@ID-107532.news.uni-berlin.de>...[color=blue]
      > Sandeep wrote:
      >[color=green]
      > > In one of the ASP pages a pdf is displayed with content(inline) . So
      > > when the post is done to this page, the "The page contains secure and
      > > insecure items. Do you want to display the non-secure items." message
      > > gets displayed. Irrespective of selection of "Yes" or "No" the pdf is
      > > displayed correctly.
      > >
      > > Any ideas how i can fix this problem.[/color]
      >
      > It is not a JavaScript security issue but a useful browser security warning.
      > If you don't want it, you may disable the warning with the browser's prefs.
      >
      >
      > PointedEars[/color]

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: SSL, PDF, Javascript Security Issue

        Sandeep wrote:
        [color=blue]
        > Since this is a Internet Site, Client Browser Setting
        > would be un-acceptable.[/color]

        ACK
        [color=blue]
        > I also tried the Accept-Ranges: bytes in http header on
        > the server and it did not work.[/color]

        This has nothing to do with your problem.
        [color=blue]
        > Appricate any other suggestions.[/color]

        Put a hyperlink to the PDF file in the document, or switch
        entirely either to HTTP or HTTPS.

        AFAIS the microsoft.publi c.internetexplo rer hierarchy is dead.
        X-Post & F'up2 microsoft.publi c.inetexplorer. ie4.security
        [color=blue]
        > [Top post][/color]

        And please http://www.netmeister.org/news/learn2quote.html


        PointedEars

        Comment

        Working...