Closed ldinger closed 2 years ago
used english and follow the issue template
look this
the hosts of my computer:
127.0.0.1 shenyu.test.com
shenyu's version is 2.4.1
and I have used the springcloud plug-in
for example , the proxy address is : shenyu.test.com/service-app1/test
postman and browser test this address returns empty
but “curl” command line test returns normally
curl shenyu.test.com/service-app1/test returns is OK
browser returns : net::ERR_EMPTY_RESPONSE
postman returns: error: socket hang up
However, both 127.0.01 and localhost can be returned normally
shenyu.test.com Is it passable in your local area? What request method are you using? post and get?
both ping and telnet can pass
used GET request method
os is mac
“shenyu.test.com” in my hosts configuration file
I don't understand why "curl" is ok but browser and postman not passable
can you replace shenyu.test.comto ip:port ?
Question
?