Need Support for Web Socket Headers

Issue #252 resolved
Former user created an issue

We have web socket API, which should include parameters in headers, and we seen header manager is not available for any of the web socket sampler.

Comments (12)

  1. Peter Doornbosch repo owner

    from the documentation:

    • integrates with JMeter's Header Manager to set additional HTTP headers on WebScoket upgrade request

  2. Sergii Iampol

    Headers applied from the HM located at the test plan level. But if HM located at the sampler level - headers are not applied (as they do for example for the HTTP sampler)

  3. Purva Baradia

    +1. It overrides the Headers with the last Header Manager unlike other Http Samplers which merge both the headers. Is there any fix planned for this?

  4. Peter Doornbosch repo owner

    Hi,

    No fixes planned. But pull requests or other contributions are welcome!

    Regards
    Peter

  5. Purva Baradia

    Hi Peter, I have made the corresponding changes for this, but not able to create a branch or push those change probably because of access issues. Can you share the steps to raise the PR or request access?

  6. Peter Doornbosch repo owner

    Hi Purva,

    That’s nice! Did you fork the repo and push the changes to your own repo? Than you should be able to create a pull request that i can merge into this repository.

  7. Purva Baradia

    @Peter Doornbosch Please help review the PR and let me know if there are additional changes required.

  8. Peter Doornbosch repo owner

    Sure! But little time this week, will probably look at it coming weekeind. Thanks for the PR!

  9. Log in to comment