HTTP Header Manager - some headers are handled by sampler

Issue #15 resolved
Fedor Pavkovcek created an issue

I simulated WebSockets to Ruby on Rails (Action Cable).

I had a problem to figure out, why it's not working (404 status code). Problem was, that some headers attached to "HTTP Header Manager" child of "WebSocket request-response Sampler" are handled by sampler itself.

If headers like "Sec-WebSocket-Key", "Sec-WebSocket-Version" or "Upgrade" are present in script, error occurs.

Comments (4)

  1. Peter Doornbosch repo owner

    Is there a special reason why you added these headers yourself? Or was it just ignorance?

  2. Log in to comment