CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2010
    Posts
    3

    [help] using CrystalImageHandler.aspx in https (secure)

    We have a web application which entirely uses https (secure) for all transactions. We use crystalreports .net for generating the reports. I get a warning message (Do you want to view only the webpage content that was delivered securely?) when i click on the print icon in the crystalreports screen. To analyze this i installed httpwatch - i found that crystalimagehandler.aspx was using http:// instead of https:// - since there is a http request within a https website i get this warning. Now how should i make crystalimagehandler.aspx load using https - since its getting created dynamically i could not figure out where to change this. Would deeply appreciate if you could help me out with this - this warning message is nagging and my company wants me to get rid of it asap.

  2. #2
    Join Date
    May 2010
    Posts
    3

    Re: [help] using CrystalImageHandler.aspx in https (secure)

    Looks like i'v accidentally posted this twice - sorry.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured