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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment