Search Issue Tracker
By Design
Votes
1
Found in
2018.4
2019.4.2f1
2020.2
Issue ID
1260976
Regression
No
UnityWebRequest.SetRequestHeader() throws an error when Header value contains unfinished parentheses
Reproduction steps:
1. Download and open the attached project "1260976.zip"
2. Open the Sample Scene
3. Enter Play mode
Expected result: No errors are thrown
Actual result: "InvalidOperationException: Header value contains invalid characters" error is thrown
Reproduces on: 2018.4.25f1, 2019.4.4f1, 2020.1.0b16, 2020.2.0a18
Add comment
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
Resolution Note:
I believe this is by design, unless pointed to documentation stating otherwise.
According specification, parentheses are not allowed in tokens and are treated specially. Hence, if user does want to send header values like in example, those header values should use the qouted syntax:
https://www.greenbytes.de/tech/webdav/rfc7230.html#field.components