把 QUERY_STRING 这个变量,通过 PGP 编码,到另一处再解码,这样就不透明了。
2009/12/14 joewu <[email protected]> > 在register.html页面的代码是 > my $url='index.html?name='pig'&password='11111''; > $m->redirect($url); > 这样自动跳转可以把 register.html表单中的name和password值传给index.html页面。但这种方式密码就泄漏了。 > 有没有一种方法,可以自动跳转,然后也能传递参数.? > -- 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 要取消订阅此网上论坛,请发送电子邮件至 [email protected]。 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
