Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[UWP/Windows 10 Mobile] WWW throws HTTP headers away when server returns HTTP 401

Discussion in 'Windows' started by bboydaisuke, Jul 15, 2016.

  1. bboydaisuke

    bboydaisuke

    Joined:
    Jun 14, 2014
    Posts:
    67
    Let me report and share an issue.
    I already implemented workaround code converting Access Denied to HTTP 401. I guess there's no cool workaround but any comment will be appreciated.

    PROBLEM:

    When WWW received HTTP 401 response from server, I expect:
    However, on Windows 10 Mobile:

    NOTES:
    This problem occurs only on Windows 10 Mobile device. It works fine on Windows 10 Desktop.

    ENVIRONMENT:
    • Unity 5.3.5p7 (contains 801998 issue fix)
    • Windows 10
    • Lumia 950 XL (Windows 10 Mobile)
    STEPS TO REPRO:
    1. Download attached project and open with Unity
    2. Build it to Visual Studio project as Windows Store App
    3. Build it to Windows 10 Mobile device.
    4. Run app and tap a button on defaut scene
    EXPECTED BEHAVIOR:
    ACTUAL RESULT:
     

    Attached Files:

  2. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,722
    Have you submitted a bug?
     
  3. bboydaisuke

    bboydaisuke

    Joined:
    Jun 14, 2014
    Posts:
    67
    Not yet for this issue. I will.
     
  4. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,722
    Thanks.
     
  5. bboydaisuke

    bboydaisuke

    Joined:
    Jun 14, 2014
    Posts:
    67
    Last edited: Jul 19, 2016