Laravel 路由可选参数 301 Moved Permanently 错误

saa*_*aad 1 php ajax routes laravel

我收到 2 个错误,一个接一个

1- 301 永久移动
2- 404 未找到

从ajax访问该路由,路由为

Route::get('/recipientForm/{name?}', function ($name = 'test') {
    return 'test';
});
Run Code Online (Sandbox Code Playgroud)

小智 7

就我而言,我在网址末尾使用了额外的斜杠“/”。当我删除后工作正常