我与 Laminas 合作,在 ControllerAction 函数中我想使用
$this->redirect()->toRoute('newSite', $noURLParams, $options);
重定向到另一个 url 作为帖子
当我使用“query”选项($options = [$query => ['postPara1' => 'blabla', 'postPara2' => 'blubblub']]
)时,我将在 URL 中获取“post”参数作为 GET 参数:
hhttp://localhost/new-site?postPara1=blabla&postPara2=blubblub
这样大家就可以看到参数的内容了。
有没有办法让 toRoute() 从中发出“POST”? 或者我必须使用另一个函数吗?
感谢您的关注和帮助。在你说它不起作用之后,我改变了应该调用什么、何时调用的顺序,现在我可以做到这一点而无需额外的重定向。
阿马克·卡吉·丁
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.29/vue.global.min.js"></script>