Search Issue Tracker
Fixed in 5.3.6
Votes
0
Found in
5.3.5f1
Issue ID
801998
Regression
No
[WSA] WWW.responseHeaders drop some HTTP headers
Reproduced on 5.2.5f1, 5.3.5p2, 5.4.0b21. Works fine on Windows Standalone.
Repro steps:
1. open project "WWW_WSA.zip".
2. play the main scene in the editor. Press button "tap to run". Observe the console for the HEADER message.
3. build to WSA 8.1 or WSA Universal 10.
4. Press button "tap to run". Observe the output for the HEADER message.
Comparing editor and WSA build outputs, WSA build is missing "STATUS=HTTP/1.1 200 OK".
Log Should start like this:
Header:
STATUS=HTTP/1.1 200 OK
SERVER=Apache/2.2.22 (Debian)
[...]
but instead getting this:
Header:
SERVER=Apache/2.2.22 (Debian)
[...]
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
- SpriteShapeController.OnWillRenderObject() is ~20 ms when using SpriteShapeController.BakeMesh() and never updating the spline
- Editor freezes briefly when "multi-selecting" TextMeshPro GameObjects In the Hierarchy window in Prefab Mode, if 5 or more Inspector windows are open
- OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
Novack
Sep 01, 2016 15:04
LOCATION header is also droped.