We have ASP.Net generic handlers that support HTTPS requests only.
Example: https://{domainname}/userservice/getfriends.ashx
Please suggest a solution for processing the https requests in Winows Phone 7.1 using HttpWebRequest
. When I am binding the https images (for example https://{domainname}/userserivce/23232.jpg
only), it's raising the error.