bjdash / apic

One opensource tool for all your API needs.APIC is a free open-source solution that can help you in API Designing, API Testing (even during designing), API Documentation, Simulating your API response for the frontent team etc.
88 stars 20 forks source link

Websocket STOMP connection happening via Postman but not through APIC #47

Open yj-cactus opened 2 years ago

yj-cactus commented 2 years ago

Hey. I have a STOMP server on a Spring Boot App deployed on an AWS server. The request goes through nginx. The handshake to this Websocket server is alright using Postman, but I cannot do it using APIC web-based client, neither through Native App nor after enabling the web agent.

using-apic-never-connects using-postman

sunsik17 commented 1 year ago

I think we need to check the headers checkbox

NpkNarola commented 5 months ago

I also observerd same thing, and on analyzing APIC, I got that APIC is not passing authorization header I added in request. image

image

image