Search Issue Tracker
Fixed in 5.5.1
Votes
0
Found in
5.4.0f3
Issue ID
826626
Regression
No
UnityWebRequest outputs incorrect Content-type header when using IMultipartFormSection argument
STR:
1. Download project attached and "test.php" file
2. Put "test.php" file in an environment that supports PHP
3. Open the Unity project's test scene.
4. Change uri field on Test GameObject to the "test.php" path.
5. Enter Play Mode
6. Observe "Response: DONE!" log in console
7. Check the contents of "request.log" generated in the same folder as "test.php"
Expected:
Content-type is expected to be multipart/form-data as the method uses List<IMultipartFormSection> for an argument
Actual:
Content-type is application/x-www-form-urlencoded instead.
Reproduced on: 5.2.5f1, 5.3.6p8, 5.4.0f3, 5.4.2f2, 5.5.0f9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Label text overflows its rect when resizing the Game view in Free Aspect
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
Add comment