<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>18996</bug_id>
          
          <creation_ts>2012-09-24 23:13:28 +0000</creation_ts>
          <short_desc>Problem: There is not a direct way to POST data to an SSE server. For example, a large list of stock symbols (too long for a GET query string) that the SSE server is sending back real-time data for. Solution: Allow for an additional parameter to the Event</short_desc>
          <delta_ts>2012-11-25 05:37:03 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>74372</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-09-24 23:13:28 +0000</bug_when>
    <thetext>Specification: http://dev.w3.org/html5/eventsource/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
Problem: There is not a direct way to POST data to an SSE server. For example,
a large list of stock symbols (too long for a GET query string) that the SSE
server is sending back real-time data for.

Solution: Allow for an additional parameter to the EventSource constructor
that accepts data that can be POSTed to the SSE server.

Posted from: 69.36.85.89
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78772</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-11-25 05:37:03 +0000</bug_when>
    <thetext>If you need to send data to the server, use Web Sockets.
If you absolutely want to use EventSource, then just use XMLHttpRequest to post the data first, getting back an ID that represents the configured set, and then pass the ID in the URL in EventSource.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>