wymsee / cordova-HTTP

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

Android - How can I get a website's source content? #149

Open touficbatache opened 6 years ago

touficbatache commented 6 years ago

Hey, I am making an android cordova hybrid app and I would like to make an HTTP get request to get the source code (full HTML source) of a website. How can I do so? Thanks