wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Support reading cookies from the client's handshake #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. handlers don't have access to the Cookie header that the client sends 
along with its handshake.
2.
3.

What is the expected output? What do you see instead?
I expect something like request.ws_cookie to be defined.

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.

Original issue reported on code.google.com by zcor...@gmail.com on 28 May 2010 at 8:56

GoogleCodeExporter commented 9 years ago
I believe you can access reqeust.headers_in['Cookie']

Original comment by ukai@chromium.org on 2 Aug 2010 at 5:26