Hi,
I'm talking about the engine.
I have a https request, if i use this one with RESTClient (firefox) i have a
0 NO RESPONSE. If i open a new tab, go to the url, i have the warning "this is not a trust site, would you like to continue", i check yes. Then, if i resend my request (still with RESTClient), it works :)
It works like that on firefox, but it's different with chrome..
==>>
With RESTClient on chrome we can't overwrite the "Host" header..
I missunderstood my problem.
Now it's :
Does the "Host" header is overwrite with the real host address in gatling (as in chrome RESTClient)?
I see that the new "Host" header is set in in the request (in the windows console), but is it true ? :D
i will try wireshark :)