用PHP响应HTTP请求中的错误请求

时间:2020-10-01 06:53:04

标签: php laravel rest

当我尝试发送http请求时,它会向我返回状态400(请求无效,标头无效) API需要访问令牌和内容类型:application / x-www-form-urlencoded 这是我的代码: 访问令牌很长 请帮助我

$ curl 'https://api.currencyfreaks.com/latest?apikey=YOUR_APIKEY'

1 个答案:

答案 0 :(得分:1)

使用Polygon_2引用链接https://laravel.com/docs/8.x/http-client#headers

withHeaders()