I’m trying to download a file from an HPTTS URL with the WWW class.
i 've got this error : Operation has failed with error 0x800c0008 : The download of the specified resource has failed
Everything is fine with the same URL on HTTP…
Any ideas?
Thanks
Internet capability enabled?
Yes i have enabled : Internet (client) and Internet Server, Private networks and Shared User Certificates…
And actually it’s working without HTTPS (HTTP).
It’s working perfectly on IOS, but i have an autosigned certificate error on Android.So i guess it’s the same.
But we need a better error message…
Bug report would be nice.
I am facing same issue while porting to windows phone 8.1. I have enabled the Internet capability
. Any Suggestions ?
My problem was caused by server response code. First I returned Found(302). After I returned 200, its all ok