I'd like to know my response times with curl. This is my curl example
curl --insecure --location --request GET "https://mysite.com/api-gen/GetUserSearch?country=EU&email=test321%40mymail.co m" --header "Accept: application/json" --header "Content-Type: application/json" --header "Authorization: Basic PASSWORD" --header "authCode: CODECODECODE"
I created web scenario

and first step:

Authentication is :

I keep getting an error :
Timeout was reached: Failed to mysite.eu port 443: Operation timed out
my curl running under the console gives the result and it works
{"info":"E0300","valid":0}
Where is the problem?
When I create normal site for example google.pl i haven't problems
curl --insecure --location --request GET "https://mysite.com/api-gen/GetUserSearch?country=EU&email=test321%40mymail.co m" --header "Accept: application/json" --header "Content-Type: application/json" --header "Authorization: Basic PASSWORD" --header "authCode: CODECODECODE"
I created web scenario
and first step:
Authentication is :
I keep getting an error :
Timeout was reached: Failed to mysite.eu port 443: Operation timed out
my curl running under the console gives the result and it works
{"info":"E0300","valid":0}
Where is the problem?
When I create normal site for example google.pl i haven't problems