☰
Login
Signup
Home
›
Mobile and Desktop apps
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2020
AndroidDev17
December 2020
sujith
Getting net: ERR_BLOCKED_BY_RESPONSE
AndroidDev17
December 2020
edited December 2020
in
Mobile and Desktop apps
I have Kite's trade button rendered in my html file and I have loaded that .html file into Android application's WebView. When clicked on trade button I am facing below error
Webpage not available
https://kite.trade/connect/login?v=3&api_key=2g0zzhg4dy1vwurq
could not be loaded because :
net: ERR_BLOCKED_BY_RESPONSE
What is possible causes of this error and how to resolve this?
Tagged:
kiteapi
kiteconnect
kiteconnectjs
kiteconnect login
sujith
December 2020
You need to enable webview debugging and check the error on the chrome dev-tools console.
AndroidDev17
December 2020
If run application on actual android device then I am facing below error
"Refused to display '
https://kite.zerodha.com/connect/login?sess_id=QdpItxA1biNDowupjCm2WCYrUnLjzE76&api_key=2g0zzhg4dy1vwurq'
in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'
https://microapps.google.com/
".", source: file:///android_asset/trade_demo.html (0)
sujith
December 2020
This should be fixed. You can try and let us know if you are still facing the issue.
Sign In
or
Register
to comment.
"Refused to display 'https://kite.zerodha.com/connect/login?sess_id=QdpItxA1biNDowupjCm2WCYrUnLjzE76&api_key=2g0zzhg4dy1vwurq' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' https://microapps.google.com/".", source: file:///android_asset/trade_demo.html (0)