我是 Laravel 新手(我使用的是 8.17.2 版本)
我还在学习,我尝试通过 Insomnia 使用“GET”方法来获取用户列表
它在时间线上给了我这个:
* Preparing request to http://appdeefe.dev/users
* Current time is 2021-01-11T03:37:17.770Z
* Using libcurl/7.69.1-DEV OpenSSL/1.1.1d zlib/1.2.11 WinIDN libssh2/1.9.0_DEV nghttp2/1.40.0
* Using default HTTP version
* Disable timeout
* Enable automatic URL encoding
* Enable SSL validation
* Enable cookie sending with jar of 0 cookies
* Hostname appdeefe.dev was found in DNS cache
* Trying 192.168.10.11:80...
* connect to 192.168.10.11 port 80 failed: Timed out
* Failed to connect to appdeefe.dev port 80: Timed out
* Closing connection 5
你知道我该如何解决这个问题吗?
注意:我在使用 Postman 时也遇到了同样的问题,所以问题很可能与失眠无关。