Flutter:-付款网关中的Webview错误

时间:2020-05-18 15:22:39

标签: android html ios flutter

我正在使用flutter_webview_plugin: ^0.3.10+2将这些HTML数据传递给webview。

<html>
    <body onload="document.f.submit();">
      <form 
        id='f'
        name='f'
        action="${data.pAYMENTPAGE}" method="post">
        <input  type="hidden"  id="PaymentID" name="PaymentID"  value = $paymentId />
      </form> 
   </body>
  </html>

有人遇到以下错误吗?

OpensslErr:模块:12(177 :);文件:external / boringssl / src / crypto / asn1 / asn1_lib.c;行:168;功能:ASN1_get_object D / OpenSSLLib(7523):OpensslErr:模块:12(177 :);文件:external / boringssl / src / crypto / asn1 / asn1_lib.c;行:168;功能:ASN1_get_object I /铬(7523):[INFO:CONSOLE(0)]

设置了与https://test.benefit-gateway.com/处的跨站点资源关联的cookie,但未设置SameSite属性。如果将来的Chrome浏览器版本设置为SameSite=NoneSecure,则仅会发送带有跨站点请求的cookie。

您可以在Application> Storage> Cookies下的开发人员工具中查看cookie,并在https://www.chromestatus.com/feature/5088147346030592https://www.chromestatus.com/feature/5633521622188032上查看更多详细信息。

0 个答案:

没有答案