Laravel HTTP Client send headers, params, raw body as json does not work

前端 未结 0 505
闹比i
闹比i 2021-01-05 18:03

I want to call an api and I have some headers, path variables and a json raw body to send over post method. First I tried this:

$response = Http::withHeaders(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题