1 Replies - 409 Views - Last Post: 19 January 2012 - 11:04 AM Rate Topic: -----

Topic Sponsor:

#1 FatalTouch  Icon User is offline

  • New D.I.C Head

Reputation: 2
  • View blog
  • Posts: 27
  • Joined: 07-October 11

Accessing embedded resources through secure URL

Posted 17 January 2012 - 01:10 PM

Hello Everybody.

I am currently working on a website and is currently testing some pages of the site so that they can run with SSL Encryption. Though i managed to redirect users to SSL encrypted pages the page appeared to be partially encrypted. After google-ing for about 1 hour i found out that i cannot have any link to any image,icon scripts with http:// so i managed to convert links to all the images and stuff to https except one
that is"http://*******.co/WebResource.axd?d=iz2ELMFjLoFuDXx7LSdF7pPt5l9a9NYSsVGVWV8hPJCGHGHveeGGuChEYXRJls2Z7kpIrCEOizj8YXgoamvT3390hTJnx9mD3raauw3Qj7M1&t=634614917369417986" since it is an embedded resource is there any way i can access it with https and not http.

Any help is much appreciated.
Thanks.

Is This A Good Question/Topic? 0
  • +

Replies To: Accessing embedded resources through secure URL

#2 Frinavale  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 202
  • View blog
  • Posts: 775
  • Joined: 03-June 10

Re: Accessing embedded resources through secure URL

Posted 19 January 2012 - 11:04 AM

Hmm, my web application works with SSL properly and I use embedded resources all the time.
The URL that is produced is relative to the site and so I haven't had any problems with it.
Could you post the code that you are using to retrieve the embedded resource to see if there's something you need to change?
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1