Get Data via Postmann from the web socket

What product/components do you use and which version/fix level are you on?

Backend:1013.0.167
UI: 1009.0.12

Is your question related to the free trial, or to a production (customer) instance?

Customer instance Enterprice Tenant

What are you trying to achieve? Please describe it in detail.

Get Data via Postmann from the web socket.

Do you get any error messages? Please provide a full error message screenshot and log file.

[{“channel”:“/meta/handshake”,“error”:“403::Handshake denied”,“data”:null,“advice”:{“reconnect”:“none”},“successful”:false}]

Have you installed all the latest fixes for the products and systems you are using?

dont know.

I Try to get some data from the web socket using Postman.

If I use the Cumulocity Collection and send POST [
{
“version”:“1.0”,
“minimumVersion”:“0.9”,
“channel”:“/meta/handshake”,
“supportedConnectionTypes”:[“long-polling”],
“advice”:{
“timeout”:60000,“interval”:0
}
}
]
to my {{url}}/notification/realtime

its working fine. I get the client ID and can subcribe to a channel.

When i try to start a Wesocket Connection like that tutorial:
`https://blog.postman.com/postman-supports-websocket-apis/

i get the error 403::Handshake denied

[{“channel”:“/meta/handshake”,“error”:“403::Handshake denied”,“data”:null,“advice”:{“reconnect”:“none”},“successful”:false}]

Thanks for help.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.