How to open connection

Issue #163 closed
Former user created an issue

Sorry, i'm new to testing applications. And i can't understand what i need to write in parameters fields if my application works on localhost:8080. Sorry for that dumb question but it ll really help me if you answer this.

Comments (8)

  1. Peter Doornbosch repo owner

    are you kidding me???

    localhost:8080 means:

    • server name is: localhost
    • port is: 8080

  2. Adam Abdullaev

    So it means i did everything right but it anyway fails.
    Response code: 200 Response message: Http Upgrade failed

  3. Peter Doornbosch repo owner

    Which most probably means that you are connecting to an endpoint (URL) that does not provide a websocket connection.

  4. Adam Abdullaev

    My endpoint is on localhost:8080/ws, but result on localhost:8080 and localhost:8080/ws is the same. Response code: 200. Idk, what i am doing wrong.

  5. Peter Doornbosch repo owner

    Neither do i. You could enable debug logging to see exact http request/response, but i don’t expect much from it.

  6. Log in to comment