我正在使用本地应用程序,我希望每次用户记录新项目时,都将信息发送到另一个远程应用程序以保存它。
我在远程应用程序中设置了一个Controller来处理帖子并保存。
在我的本地控制器中:
$client = new Client;
$r = $client->post('https://url-of-the-remote-app/api/store/fiche',
['json' => [
"access_token" => csrf_token(),
"request" => $request
]]);
但是我有这个错误。
有效错误:
POST https://url-of-the-remote-app/api/store/fiche
结果 在419 unknown status
响应中: