• AlanO
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have problem in Streaming API using CookieJar.

"CookieJar::InvalidCookieError: Domain is inappropriate based on request URI hostname"

It seem that Salesforce is setting the cookie domain as ".salesforce.com" which will not match the corresponding request domain according to RFC 2109.

Can any one help me?