Advertisement
shishir09

SKOWebService/Notifications/negotiate?negotiateVersion=1 Response

Jan 7th, 2025
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | Software | 0 0
  1. {
  2.   "negotiateVersion": 1,
  3.   "connectionId": "5x9ODzzEmhE8HGCNm2kcBQ",
  4.   "connectionToken": "j3UbogLp7aVk4tfIc5CQyA",
  5.   "availableTransports": [
  6.     {
  7.       "transport": "WebSockets",
  8.       "transferFormats": [
  9.         "Text",
  10.         "Binary"
  11.       ]
  12.     },
  13.     {
  14.       "transport": "ServerSentEvents",
  15.       "transferFormats": [
  16.         "Text"
  17.       ]
  18.     },
  19.     {
  20.       "transport": "LongPolling",
  21.       "transferFormats": [
  22.         "Text",
  23.         "Binary"
  24.       ]
  25.     }
  26.   ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement