简体   繁体   English

使用Perl Mason中的post进行重定向

[英]Redirect using post in perl mason

Currently, I am redirecting like this 目前,我正在这样重定向

$Request->redirect( ( 
    url => $Std->url( 
        '/a/b/c/d', { 
            protocol => 'https', 
            get => { 'key1' => '123', 'key2' => '456' } 
        } 
    ) 
) );

Is there any way to do a Post redirect or replicate a POST otherwise ? 有什么方法可以执行Post重定向或以其他方式复制POST吗?

How do I send values with POST when redirecting in Perl? 在Perl中重定向时,如何使用POST发送值?

It appears that we can not send post data during redirection. 看来我们在重定向期间无法发送帖子数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM