Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
123 stars 37 forks source link

websocket cosmetic issue in dev portal #177

Closed maksimlikharev closed 5 years ago

maksimlikharev commented 5 years ago

when I define WS API, API Settings in API URL: shows http:// or https://

it should really show WS:// or WSS://

there might be not cosmetic issues with swagger, best approach is to disable it or maybe play with pluggable transports.

but defining and using WS API works.

DonMartin76 commented 5 years ago

Thanks for the heads up. Would an “API type” with “http(s)” and “wss(s)” choices be appropriate? Other types which would probably work?

maksimlikharev commented 5 years ago

technically kong supports proxying a lot of different types now, it can do tls and tcp traffic, but from proto point of view, http(s) or wss(s) and you cannot intermix that, it will always start as http(s) and upgrade to ws(s) and stay there. I would say it either http or ws.

DonMartin76 commented 5 years ago

Fixed in 1.0.0-rc.4