function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shoaib IqbalShoaib Iqbal 

Streaming API Handshake Failure

I am always getting the following message from Streaming API workbench (https://workbench.developerforce.com/streaming.php)

{  "channel": "/meta/handshake",   "advice": {    "reconnect": "handshake"  },   "error": "403::Server is too busy. Please try your request again later.",   "successful": false,   "id": "4",   "action": "handshake"}

Is there anyone from Salesforce.com Support that can check this.
 
gbu.varungbu.varun
I think you have not Streaming API permission. Here are some Prerequisites:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/code_sample_vfp_prereqs.htm

Please check if it does not work please let me know.
gbu.varungbu.varun
403 means request has reached to Salesforce and salesforce is able to understood the request, but refuses to take any further action. 
Shoaib IqbalShoaib Iqbal
I have the proper permission. We received this error from salesforce.com between 11 June to 13 June. After 13 June, without any change in our org it start working again.