WebSocket connection ignores proxy configuration
Currently, WebSocket clients always performs direct connection to url ignoring the karate proxy configuration.
Expected:
- WebSocket either respects the general proxy configuration or has support for own proxy settings.
tagging as help wanted - should be easy, please contribute a PR or at least identify which part of the code to fix
Hi @ptrthomas, is this issue still open?
@AravindSelvamani yes
@rpiterman can u share the config and feature file data? Like in which place its failing.
@ptrthomas Can you please help here?
Please share the proxy config and WebSocket client in which we are facing this issue.
@AravindSelvamani are you trying to contribute code - or looking for help using karate ? if it is the former, the best I can do is point you to the client code, here it is: https://github.com/karatelabs/karate/blob/develop/karate-core/src/main/java/com/intuit/karate/http/WebSocketClient.java
closing this as dedicated websocket support will be re-developed similar to the kafka support