💡 For general support requests and bug reports, please go to checklyhq.com/support
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. We have good amount of requests originating towards our websocket API's and for that we require support via checkly.
Describe the solution you'd like A clear and concise description of what you want to happen. We wish to have websocket check support via checkly as soon as possible.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
- currently we tend to use local solution but we will look other options if required, since this is a very important usecase for our engineering teams.
Additional context Add any other context or screenshots about the feature request here.
Here is the curl request i am trying to import in checkly but it does nothing:
curl --include \
--no-buffer \
--header "Connection: Upgrade" \
--header "Upgrade: websocket" \
--header "Host: echo.websocket.org" \
--header "Origin: http://echo.websocket.org" \
--header "Sec-WebSocket-Version: 13" \
http://echo.websocket.org
I would assume since websocket is a layer above http, it should be possible to have a HTTP client capable to support this within checkly.
original GH issue link https://github.com/checkly/public-roadmap/issues/273
