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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Add comment