Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
974665
Regression
No
UnityWebRequest.SerializeFormSections Produces Incorrect Content-Disposition Header for MultipartFormFileSection
How to reproduce:
1. Open the attached project
2. Open the Game view
3. Check the Data generated by UnityWebRequest.SerializeFormSections
Actual result: The Content-Disposition response header is generated "file".
Expected result: The Content-Disposition response header should be "form-data" (https://tools.ietf.org/html/rfc7578#section-4 (4.2 section)).
Reproducible with: 2018.1.0a7, 2017.3.0f2, 2017.2.1f1, 2017.1.2p4.
Note: couldn't test 5.6 because the ImageConversion is not implemented in 5.6.
------------------------------------------------
fixed in 2018.2.0a1, 2017.3.0p4, 2017.2.1p4, 2017.1.3p2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Add comment