Hello
I want to bypass my https host to http to perform the performance test on my test server. Since with direct web server url i can’t access my application so i want to bypass it to HTTP host
Ex: curl -H “Host: google.co.jp” http://testserverXXXz.prod.jp.local:81/
with this command i can access it on my test server but i want to keep it in my k6 scripts.
Can anyone help me to do this in k6 scripts.