Search Issue Tracker
By Design
Votes
1
Found in
4.3.4f1
Issue ID
591711
Regression
Yes
ArgumentException from "Cookie" header after building for webplayer
To reproduce:
1. Open attached project
2. Open scene error
3. Enter play mode - an argumentexception is thrown. It seems that there are problemws using "Cookie" as a header
4. Delete the library folder - errors stop appearing!
5. Build a webplayer build
6. Enter playmode in editor - errors are back
Regression since 4.2.2f1
By design: According to HTTP spec, we cannot allow the 'Cookie' header to be overridden.
Comments (1)
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
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
- SpriteShapeController.OnWillRenderObject() is ~20 ms when using SpriteShapeController.BakeMesh() and never updating the spline
- Editor freezes briefly when "multi-selecting" TextMeshPro GameObjects In the Hierarchy window in Prefab Mode, if 5 or more Inspector windows are open
- OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
Diogo Ferreira
Jul 30, 2014 15:49
If this is the correct design for HTTP cookies in the webplayer, can someone please explain me how are we supposed to add a cookie in a request we are sending to a server?
Without the cookie the server rejects the request and I have no other way to authenticate in front of the server.
This behavior only happens in the webplayer and it works well on other platforms, how is this normal?
greetings,
Diogo Ferreira