Bing Maps Directions over SSL problem
-
Friday, September 09, 2011 12:23 PM
Hi folks!
I am using the AJAX control to display a directions to driver based on entered data. Also my application uses SSL.
I included control in next way:
<script charset="UTF-8" type="text/javascript" src="https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&s=1"></script>
So map displays correctly.
But when I doing requests for directions then control don't use SSL and makes request over "http://":

So my question: is there exists some setting to use SSL for directions?
- Moved by Richard_BrundrittMicrosoft Employee, Owner Friday, March 16, 2012 6:27 PM (From:Bing Maps: Map Control and Web services Development)
All Replies
-
Friday, September 09, 2011 12:36 PMOwner
I've escalted this internally to be investigated. Thanks for point out this issue. If you need this resolved ASAP the Bing Maps REST sevices can be used http://msdn.microsoft.com/en-us/library/ff701705.aspx
http://rbrundritt.wordpress.com- Proposed As Answer by Richard_BrundrittMicrosoft Employee, Owner Wednesday, September 14, 2011 7:43 PM
- Marked As Answer by Anton Palyok Thursday, September 15, 2011 8:24 AM
-
Friday, September 09, 2011 3:16 PM
Richard, thanks for reply.
How can I know issue is fixed? Maybe will be a record in official blog or at this thread?
-
Wednesday, September 14, 2011 7:44 PMOwnerI'll keep a watch out to see if this is fixed and update this post accordingly.
http://rbrundritt.wordpress.com -
Wednesday, January 04, 2012 2:21 AMI also have this issue and am wondering if after nearly 4 months this has been addressed.
Steven Provencher -
Thursday, January 05, 2012 1:38 PMThis issue was fixed a few releases back. Please give it a try now.
- Proposed As Answer by Pramil KuchhalMicrosoft Employee Thursday, January 05, 2012 1:38 PM
- Marked As Answer by Richard_BrundrittMicrosoft Employee, Owner Thursday, January 05, 2012 6:18 PM
- Unmarked As Answer by Richard_BrundrittMicrosoft Employee, Owner Saturday, March 10, 2012 12:38 PM
- Unproposed As Answer by Richard_BrundrittMicrosoft Employee, Owner Saturday, March 10, 2012 12:38 PM
-
Thursday, January 05, 2012 3:35 PM
Thanks for the response.
I am using https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0
I believe this is the latest version and I am still seeing the same issue.
Steven Provencher -
Thursday, January 05, 2012 3:54 PM
you need to use https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&s=1
s=1 is for the SSL requests.
- Proposed As Answer by sprov Thursday, January 05, 2012 5:13 PM
- Marked As Answer by Richard_BrundrittMicrosoft Employee, Owner Thursday, January 05, 2012 6:18 PM
- Unmarked As Answer by Richard_BrundrittMicrosoft Employee, Owner Saturday, March 10, 2012 12:38 PM
- Unproposed As Answer by Richard_BrundrittMicrosoft Employee, Owner Friday, March 16, 2012 6:27 PM
-
Thursday, January 05, 2012 5:12 PM
That worked
Thank you for your time
Steven Provencher

