簡體   English   中英

Atom付款網關未重定向銀行網站頁面

[英]Atom payment gateway not redirect bank website page

嘿,我正在使用Atom付款網關,在付款網關頁面未重定向且屏幕留在此處后,提供銀行詳細信息 在此處輸入圖片說明

給出的錯誤是

 I/chromium: [INFO:CONSOLE(1)] "[blocked] The page at 'https://paynetzuat.atomtech.in/paynetz/ipg' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.example.com/url-return.php': this content should also be submitted over HTTPS.
                                                                 ", source: https://paynetzuat.atomtech.in/paynetz/ipg (1)
  I/chromium: [INFO:CONSOLE(0)] "[blocked] The page at 'https://paynetzuat.atomtech.in/paynetz/ipg' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.example.com/url-return.php': this content should also be submitted over HTTPS.
                                                                 ", source: https://paynetzuat.atomtech.in/paynetz/ipg (0)

謝謝,請幫助我

嘿,好友要求他們提供名為Libary_MobilePaymentSDK的新SDK,請使用以下代碼:

WebSettings settings= webView.getSettings();
if (Build.VERSION.SDK_INT >= 21) {
    webview.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW );
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM