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