can't use with stomp,Response message: Http Upgrade failed with status code 200

Issue #89 closed
Former user created an issue

Our project use stomp ,and i want to test ws, but when i used the plugin( just ws open connection), the sampler doesn't pass, Response message: Http Upgrade failed with status code 200

ps : i have check the path, if path is wrong ,why 200

Comments (4)

  1. Peter Doornbosch repo owner

    The upgrade fails because the return status of the upgrade request is 200; it should be 101.

    Why your server returns 200, i don't know, i don't have a crystal ball. You could enable debug logging and see what the server is actually returning, that might give a clue.

  2. Log in to comment