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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment