【发布时间】:2009-09-29 00:07:04
【问题描述】:
背景:
Foobar.htm 表单使用这个:
<form action="http://rawurl-here.gotdns.org" method="POST">
[...]
</form>
rawurl-here.gotdns.org 是一个动态 DNS url,将用户重定向到:
http://currentsite001.mysite.org
问题:
有没有办法确保 Foobar.htm 发送的 POST 参数始终到达最终目标,而不管来自 rawurl-here.gotdns.org 的通路如何?
【问题讨论】: