Can I send http request to IP address and get response in shell script. For example:1.1.1.1/api/1.do?1=1 When I try to use curl 1.1.1.1/api/1.do?1=1 or curl http://1.1.1.1/api/1.do?1=1 it show nothing. This is in shell script of website. when I curl other site it work well. However, I use curl in windows commandline it work well.