Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2020.1.6f1
2021.1
Issue ID
1284897
Regression
No
InvalidOperationException error appears when calling UnityWebRequest.SetRequestHeader with "Proxy-Authenticate"
How to reproduce:
1. Open attached project "case1284897.zip" and scene "SampleScene"
2. Enter Play Mode
3. Observe the error in the Console window
Expected result: No error appears
Actual result: Error "InvalidOperationException" appears in the Console window
Reproducible with: 2018.4.28f1, 2019.4.13f1, 2020.1.11f1, 2020.2.0b9, 2021.1.0a1
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
- Other threads get resized when trying to resize thread groups on the Timeline of the Profiler window
- Green highlight for selected panel lacks contrast when Editor theme is set to Light
- [Android] AR Camera Background has a white/bright tint when deployed with Gamma Color Space and Vulkan API
- Crash on TextCore::OTL_GPOS_TableReader::GetLookupList when changing to a specific Font in the UI Builder
- Reverting [SerializeReference] List property creates persistent element overrides in Prefab Variants
Resolution Note:
UnityWebRequest always uses a proxy configured on the system (if any), hence setting it manually is disallowed.