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 );
}
嘿,我正在使用 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 );
}