Search Issue Tracker
Won't Fix
Votes
1
Found in
5.6.0f3
Issue ID
903061
Regression
No
UnityWebRequest disregards Etag and Last-Modified headers on Editor and Android
Preparation:
To reproduce the issue you'll need a software for tracking HTTP requests and responses.
I used Charles 4.1. After starting the application it acts as a proxy, reading all outgoing and incoming web requests
Steps to reproduce:
1. Open the project attached
2. Enter Play mode
3. Observe HTTP response from httpbin.org/cache is "HTTP/1.1 200 OK"
4. Reenter Play mode
Result: HTTP response is "HTTP/1.1 200 OK" again
Expected result: HTTP response is "HTTP/1.1 304 NOT MODIFIED", as it received Etag and Last-Modified headers on the first request for caching.
Reproduced on:
- LG Nexus 5X (Android 7.1.2) on Unity 5.6.0p2, 2017.1.0b1
- Editor (OSX) versions 5.4.5f1, 5.5.3p1, 5.6.0p2, 2017.1.0b1
Did not reproduce on:
- iPad 2 Mini (iOS 9.2.1) on Unity 5.5.3p1, 5.6.0p2, 2017.1.0b1
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
BuannArt
Aug 07, 2018 12:02
Any reason this won't be fixed ? Not being able to use a standard http header like "If-Modified-Since" is a real trouble.