Results 1 to 4 of 4

Threaded View

  1. #2
    I can manually execute a successful jQuery GET request for control.js passing all the cookies I need.

    $.ajax({
    url: '
    https://myapp/control.js?LS_mode=RAW&LS_id=blahfooblah&....',
    xhrFields: {
    withCredentials: true
    }
    });


    I know it is possible, and I know that it works. I still need help to force the Subscription request to do this automatically like the LightStreamerClient.connect() does for create_session.js and bind_session.js. How do I make the LightStreamerClient do this?
    Last edited by tony99nyr; June 23rd, 2014 at 07:04 PM.

 

 

Similar Threads

  1. Replies: 3
    Last Post: May 27th, 2019, 01:09 PM
  2. Replies: 1
    Last Post: January 19th, 2011, 10:23 AM
  3. Odd problem with cookies
    By BKnight in forum Client SDKs
    Replies: 1
    Last Post: October 4th, 2010, 09:39 AM
  4. Cookies not sent to other web apps on same server
    By aakoshh in forum Client SDKs
    Replies: 6
    Last Post: June 27th, 2010, 12:52 PM
  5. Multiple control.html requests
    By riwang in forum Client SDKs
    Replies: 3
    Last Post: August 13th, 2009, 09:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 05:32 AM.