📌  相关文章
📜  操作系统错误:连接被拒绝,errno = 111,地址 = 127.0.0.1,端口 = 43350 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:19.503000             🧑  作者: Mango

代码示例1
I went to the terminal and used ipconfig command

I got my IPV4 address: 192.168.1.101

Then I simply replaced this IP address with my "127.0.0.1:8000" in flutter app
http requests. And it worked like a charm!

For Laravel : php artisan serve --host 192.168.1.101 --port 80