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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
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.