Maybe that command does not return any value.
If I insert url in a webview I have the answer why not with web?
can i take data from webview?
May you please provide the link you are using in the webview?
What happens when you use this url with web components? Because it works fine in the browser.
with web component response empy string
Do the test in a empty app, Put a label and a button, do with them, and send logs, it is not possible that the link work with webview but not showing any text in web response.
Withdraw your post as soon as possible.
You should not expose credentials like this.
You can use webviewer to get response.
Thanks for advice
Can i take data from webviewer?
Get response from webviewer?
Yes you can get webviewer text using js.
excuse me but can you show an exemple? i not know js
Run this js:
document.body.textContent
Or
document.body.innerText
In order to work you should add an authorization Header for Android (read more here)
So ispired by the above post I modified the blocks using web component, cryptography component and JsonUtils extension by @Jerin_Jacob
Thanks!!!
you are great!
You can download procedure and drag it to your project. Test it and see if it works for you