B4J Question Receiving only text from website with webview?

kostefar

Active Member
Licensed User
Longtime User
Dear All,

In order for page text content to load faster, I´d like to do this. I know I could scrape with httputils, but in some cases there´s an invisible forwarding going on at websites, and then this won´t work.

Any ideas?
 

kostefar

Active Member
Licensed User
Longtime User
OkHttpUtils2 will follow properly configured redirects.

You cannot filter the WebView requests.

One more thing then: If I want to catch the URL to which is being redirected, is there any place in jobdone where I can extract it - apart from if it´s not encrypted and I´m lucky to find it in the page content?
 
Upvote 0
Top