Websocket connections with postman

前端 未结 10 732
星月不相逢
星月不相逢 2020-12-24 04:10

I\'m using Postman to test an existing REST API. This API calls async functions on the server which return a response over a websocket using StompJS.

Is it possible

10条回答
  •  [愿得一人]
    2020-12-24 04:44

    I ran into the exact same problem. Had to make a Web Socket call. I was able to accomplish this using Advanced Rest Client. I'm using ARC version : 12.1.3

提交回复
热议问题