标签: laravel api xampp postman
我有一个VPS服务器,在其中我为后端安装了Laravel-5.8。另外,我安装了XAMPP,并使Laravel应用程序位于端口8888上。VPS服务器为10.10.10.7(不是真实IP)。在VPS服务器上,我尝试使用POSTMAN进行测试:
http://10.10.10.7:8888/backend/api/login http://localhost:8888/backend/api/login
http://10.10.10.7:8888/backend/api/login
http://localhost:8888/backend/api/login
两者在服务器上都能正常工作。但是,当我尝试从外部系统使用POSTMAN进行测试时:
我收到此错误:
我该如何解决?