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
- “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
Add comment