Tom Deseyn
Tom Deseyn

Reputation: 1885

Does the Azure Application Gateway support websockets

I've setup an azure application gateway with two backend machines. The gateway has cookie affinity enabled and sockjs is used.

The browser initiates a websocket connection for which it receives an '101 Switching Protocols' response. However there is no communication over the websockets and sockjs falls back to long polling.

Does the azure application gateway support websockets? Is some configuration required to enable websockets?

Upvotes: 1

Views: 2263

Answers (1)

Tom Deseyn
Tom Deseyn

Reputation: 1885

Amit Srivastava [MSFT]:

Websocket support is being worked on and will be available shortly.

Update: I asked what shortly meant: the feature is planned for end May.

Update 2: Amit Srivastava [amsriva@MSFT] on 12/08/2016

Websocket is now supported on Application Gateway.

Upvotes: 2

Related Questions