Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gwt如何从源自http的页面通过https调用servlet/rpc_Gwt_Ssl_Https_Gwt Rpc - Fatal编程技术网

Gwt如何从源自http的页面通过https调用servlet/rpc

Gwt如何从源自http的页面通过https调用servlet/rpc,gwt,ssl,https,gwt-rpc,Gwt,Ssl,Https,Gwt Rpc,是否有任何方法可以从gwt客户端调用servlet或进行gwt rpc调用并获取响应。或仅出于登录目的通过https调用RPC。 请建议执行上述任务的任何方法或解决方法,因为这违反了同源策略。你不能这么做 您可以(使用FormPanel)发布到https网站,但无法读取回数据。即使这样的方法也是不安全的,因为有人很容易欺骗帖子的url 保持安全的唯一方法是通过https提供所有内容

是否有任何方法可以从gwt客户端调用servlet或进行gwt rpc调用并获取响应。或仅出于登录目的通过https调用RPC。
请建议执行上述任务的任何方法或解决方法,因为这违反了同源策略。你不能这么做

您可以(使用FormPanel)发布到https网站,但无法读取回数据。即使这样的方法也是不安全的,因为有人很容易欺骗帖子的url

保持安全的唯一方法是通过https提供所有内容