Hi, I implemented a websocket service and deployed into Kubernetes. It can be accessible directly with the IP but by using the Hostname that is generated by Ingress not accepted by Jetty server and I am getting error "405 HTTP method GET is not supported by this URL"
The question is that if Jetty has any rules while accepting the channel for communication of URL ? this is the Url that is generated by Ingress : ws://subscriptionws.default.10.103.9.167.nip.io/websocket Thanks for the help -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Websocket-is-giving-405-HTTP-method-GET-is-not-supported-by-this-URL-tp5794300.html Sent from the Camel - Users mailing list archive at Nabble.com.
