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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment