mthizo247 / spring-cloud-netflix-zuul-websocket

Zuul reverse proxy web socket support
Apache License 2.0
139 stars 72 forks source link

Not possible to use custom connect headers in WebSocketHttpHeadersCallback #10

Open lukasraska opened 6 years ago

lukasraska commented 6 years ago

Currently it's not possible to utilize any custom headers sent via STOMP connect command (for example custom authentication data). This is due to the fact that connectToProxiedTarget doesn't accept WebSocketMessageAccessor as other command methods do.

lukasraska commented 6 years ago

PR #11 solves the issue