I want to test the REST API on my server with domain blazingsocket.tk
I set up HTTP Request test using JMeter on my local, below is the configuration:
- Protocol: http
- Servername or IP: blazingsocket.tk
- Port: 80
And this is what I received: Non HTTP response code:java.net.UnknownHostException
I changed the "servername or IP" to my server public IP then it works.
I turned off the firewall on server, nginx web server -> No help.
Web browser and postman are able to resolve the hostname so I don't think DNS had any problem.
Could you explain why?