/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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE> [whatwg] WebSocket set-cookie
  5. </TITLE>
  6. <LINK REL="Index" HREF="index.html" >
  7. <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">
  8. <META NAME="robots" CONTENT="index,nofollow">
  9. <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
  10. <LINK REL="Previous" HREF="026221.html">
  11. <LINK REL="Next" HREF="026224.html">
  12. </HEAD>
  13. <BODY BGCOLOR="#ffffff">
  14. <H1>[whatwg] WebSocket set-cookie</H1>
  15. <!--htdig_noindex-->
  16. <B>Simon Pieters</B>
  17. <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"
  18. TITLE="[whatwg] WebSocket set-cookie">simonp at opera.com
  19. </A><BR>
  20. <I>Fri May 7 07:32:38 PDT 2010</I>
  21. <P><UL>
  22. <LI>Previous message: <A HREF="026221.html">[whatwg] RFC: &lt;input type=&quot;username&quot;&gt;
  23. </A></li>
  24. <LI>Next message: <A HREF="026224.html">[whatwg] meta=&quot;encrypt&quot; tag is needed
  25. </A></li>
  26. <LI> <B>Messages sorted by:</B>
  27. <a href="date.html#26223">[ date ]</a>
  28. <a href="thread.html#26223">[ thread ]</a>
  29. <a href="subject.html#26223">[ subject ]</a>
  30. <a href="author.html#26223">[ author ]</a>
  31. </LI>
  32. </UL>
  33. <HR>
  34. <!--/htdig_noindex-->
  35. <!--beginarticle-->
  36. <PRE>establish a WebSocket connection
  37. [[
  38. 41. ...
  39. If the entry's name is &quot;set-cookie&quot; or &quot;set-cookie2&quot; or another
  40. cookie-related field name
  41. If the relevant specification is supported by the user agent, handle the
  42. cookie as defined by the appropriate specification, with the resource
  43. being the one with the host host, the port port, the path (and possibly
  44. query parameters) resource name, and the scheme http if secure is false
  45. and https if secure is true. [COOKIES]
  46. If the relevant specification is not supported by the user agent, then the
  47. field must be ignored.
  48. ]]
  49. At this point, the handshake can still fail. It seems bad to set cookies
  50. if the handshake fails. We want to process set-cookie when the handshake
  51. has succeeded (but before changing readyState and firing 'open').
  52. --
  53. Simon Pieters
  54. Opera Software
  55. </PRE>
  56. <!--endarticle-->
  57. <!--htdig_noindex-->
  58. <HR>
  59. <P><UL>
  60. <!--threads-->
  61. <LI>Previous message: <A HREF="026221.html">[whatwg] RFC: &lt;input type=&quot;username&quot;&gt;
  62. </A></li>
  63. <LI>Next message: <A HREF="026224.html">[whatwg] meta=&quot;encrypt&quot; tag is needed
  64. </A></li>
  65. <LI> <B>Messages sorted by:</B>
  66. <a href="date.html#26223">[ date ]</a>
  67. <a href="thread.html#26223">[ thread ]</a>
  68. <a href="subject.html#26223">[ subject ]</a>
  69. <a href="author.html#26223">[ author ]</a>
  70. </LI>
  71. </UL>
  72. <hr>
  73. <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg
  74. mailing list</a><br>
  75. <!--/htdig_noindex-->
  76. </body></html>