foluis / Salesforce_PushTopics

Salesforce streaming api implementation (Push topics) using C#
Apache License 2.0
7 stars 7 forks source link

No BAYEUX_BROWSER cookie present #4

Open dalyamlouk opened 6 years ago

dalyamlouk commented 6 years ago

Hi, Thanks for sharing your implementation! I have been unable to work out what is going wrong with my instance. Handshake is successful and I can see the BAYEUX_BROWSER cookie in the handshake request, but .connect on the client returns false. The request and response details are below. image

image

Would really appreciate your help with this! Thanks

dalyamlouk commented 6 years ago

It looks as though this has resolved it... transport.CookieCollection = new CookieCollection(){(new Cookie(){Name = "BAYEUX_BROWSER" })};