Can I use https in windows phone 8 Image source?
Code:
<Image Source="https://www.ppp.com/picture/th.jpg" Height="80" Width="80" />
If I use http://, it will work.
Update:
Yes, it works now because I enable fiddler https decryption on.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It should be no different. Assuming the server is using/supports
https, as in the URL is correct, and there is no authentication anything needed, then it should work fine.As the commenters pointed out, are you asking a yes-no question or are you having trouble?