silkimen / cordova-plugin-advanced-http

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
391 stars 313 forks source link

Dynamic Data #518

Open richard2189 opened 8 months ago

richard2189 commented 8 months ago

Hello,

I want to use this plugin to retrieve numbers from a website that I can use in calculations in javascript. The problem is the numbers I want from the website are dynamically loaded when the website is loaded, so they are not apart of the returned html data requested. Is there a way to get the full data from the website?

Thanks