系统:IOS
框架:Laravel
环境:Valet(valet自动以我目录命名生成本地域名,方便本地运行测试)
原因:在使用Passport OAuth时,因为client_secret等信息的安全,使用GuzzleHttp代理发送请求到oauth/token来获取token等信息,但是POST请求后,一直返回下方提示
cURL error 6: Could not resolve: api.qihucms.name (Domain name not found) (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
解决方法:
打开电脑目录:/etc/hosts
添加一行
127.0.0.1 api.qihucms.com
// api.qihucms.com是我的域名