New submission from Paul Bailey <paul.m.bai...@gmail.com>:

http.cookiejar.DefaultCookiePolicy should support the secure websocket protocol 
wss. WebSockets start off as HTTP requests and then get upgraded but have a 
different protocol of `wss` instead of `https`. This means secure cookies are 
not passed through by default.

----------
components: Library (Lib)
messages: 327199
nosy: Paul Bailey
priority: normal
severity: normal
status: open
title: Allow Cookies for Secure WebSockets
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34911>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to