/lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-May/026223.html
https://github.com/whatwg/whatwg.org · HTML · 94 lines · 69 code · 18 blank · 7 comment · 0 complexity · 2f99c0f6074f064b27c97a0dfe8808ad MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <HTML>
- <HEAD>
- <TITLE> [whatwg] WebSocket set-cookie
- </TITLE>
- <LINK REL="Index" HREF="index.html" >
- <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20WebSocket%20set-cookie&In-Reply-To=%3Cop.vccaoocoidj3kv%40dyn105.gothenburg.osa%3E">
- <META NAME="robots" CONTENT="index,nofollow">
- <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
- <LINK REL="Previous" HREF="026221.html">
- <LINK REL="Next" HREF="026224.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <H1>[whatwg] WebSocket set-cookie</H1>
- <!--htdig_noindex-->
- <B>Simon Pieters</B>
- <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20WebSocket%20set-cookie&In-Reply-To=%3Cop.vccaoocoidj3kv%40dyn105.gothenburg.osa%3E"
- TITLE="[whatwg] WebSocket set-cookie">simonp at opera.com
- </A><BR>
- <I>Fri May 7 07:32:38 PDT 2010</I>
- <P><UL>
- <LI>Previous message: <A HREF="026221.html">[whatwg] RFC: <input type="username">
- </A></li>
- <LI>Next message: <A HREF="026224.html">[whatwg] meta="encrypt" tag is needed
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#26223">[ date ]</a>
- <a href="thread.html#26223">[ thread ]</a>
- <a href="subject.html#26223">[ subject ]</a>
- <a href="author.html#26223">[ author ]</a>
- </LI>
- </UL>
- <HR>
- <!--/htdig_noindex-->
- <!--beginarticle-->
- <PRE>establish a WebSocket connection
- [[
- 41. ...
- If the entry's name is "set-cookie" or "set-cookie2" or another
- cookie-related field name
- If the relevant specification is supported by the user agent, handle the
- cookie as defined by the appropriate specification, with the resource
- being the one with the host host, the port port, the path (and possibly
- query parameters) resource name, and the scheme http if secure is false
- and https if secure is true. [COOKIES]
- If the relevant specification is not supported by the user agent, then the
- field must be ignored.
- ]]
- At this point, the handshake can still fail. It seems bad to set cookies
- if the handshake fails. We want to process set-cookie when the handshake
- has succeeded (but before changing readyState and firing 'open').
- --
- Simon Pieters
- Opera Software
- </PRE>
- <!--endarticle-->
- <!--htdig_noindex-->
- <HR>
- <P><UL>
- <!--threads-->
- <LI>Previous message: <A HREF="026221.html">[whatwg] RFC: <input type="username">
- </A></li>
- <LI>Next message: <A HREF="026224.html">[whatwg] meta="encrypt" tag is needed
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#26223">[ date ]</a>
- <a href="thread.html#26223">[ thread ]</a>
- <a href="subject.html#26223">[ subject ]</a>
- <a href="author.html#26223">[ author ]</a>
- </LI>
- </UL>
- <hr>
- <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg
- mailing list</a><br>
- <!--/htdig_noindex-->
- </body></html>