Assume that the web player is embedded in a web page containing a flash application used to authenticate a user. Once the user is authenticated on the server, this one put a cookie in the user web browser to recognize subsequent http requests from this user. As the web player is part of the application, all the http requests from web player to the server need this cookie to allow the player to acces user data.
So I was wondering if Unity provides something to access browser cookies and get the one corresponding to the server domain? Do I have to do it manually through javascript?