Search Unity

HPTTS and WWW

Discussion in 'Windows' started by xlarrode, Feb 11, 2014.

  1. xlarrode

    xlarrode

    Joined:
    Nov 9, 2012
    Posts:
    19
    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
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,919
    Internet capability enabled?
     
  3. xlarrode

    xlarrode

    Joined:
    Nov 9, 2012
    Posts:
    19
    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...
     
  4. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,919
    Bug report would be nice.
     
  5. xlarrode

    xlarrode

    Joined:
    Nov 9, 2012
    Posts:
    19
    Ok thanks
     
  6. yathishgk

    yathishgk

    Joined:
    Sep 30, 2014
    Posts:
    5
    I am facing same issue while porting to windows phone 8.1. I have enabled the Internet capability :( . Any Suggestions ?
     
  7. michal.septun

    michal.septun

    Joined:
    Mar 13, 2015
    Posts:
    1
    My problem was caused by server response code. First I returned Found(302). After I returned 200, its all ok