- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2019 01:27 AM
I am using websocket protocol for one of my requirements where I need to poll server instantly for data. But I am not able to receive data from server. This article says that websocket is not supported in ServiceNow.
Has anyone implemented websocket in ServiceNow? Is there any alternative to it ?
Solved! Go to Solution.
- Labels:
-
Multiple Versions
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2019 01:31 PM
Hello Priya!
It appears that WebSockets are now supported in Madrid.
Take a look at the Madrid Release Notes under the Import and Export section:
It states:
WebSockets are turned on by default. WebSockets connections may be limited by your network configuration. You can check your browser's compatibility by entering the following URL (you do not have to be logged on to an instance): https://yourinstance.service-now.com/$websocket_test.do.
Hope that helps!
If it did, please mark as Helpful and consider setting the reply as the Correct Answer to the question, thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2019 01:31 PM
Hello Priya!
It appears that WebSockets are now supported in Madrid.
Take a look at the Madrid Release Notes under the Import and Export section:
It states:
WebSockets are turned on by default. WebSockets connections may be limited by your network configuration. You can check your browser's compatibility by entering the following URL (you do not have to be logged on to an instance): https://yourinstance.service-now.com/$websocket_test.do.
Hope that helps!
If it did, please mark as Helpful and consider setting the reply as the Correct Answer to the question, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 03:35 AM
Hello @Noah Drew and @Priya116 I also want to use WebSocket in ServiceNow. Could you please help me