Host in headers

Issue #174 invalid
Кирилл Юрков (login40k) created an issue

In my case the autogenerated host in headers is blocker. The nginx reditecting by this row and give the error 301. So can you add the checkbox for this option in headers?
And some websockets requests perfectly work without port, probably you can make it optionally too. Thanks

Comments (2)

  1. Peter Doornbosch repo owner

    No. According to HTTP 1.1 specification, Host header is mandatory.

    If you are getting a 301 (moved permanently), extract the value of the response header “Location” and use that URL in your testplan.

  2. Log in to comment