I'm creating a web, to calculate how much data usage is required if a specific url is entered in a form. I know to how to create a form, but I couldn't find any resources to look for internet required a given url. Is there any API for it, please help me out!
I tried refering to website like
- How to calculate mobile and wifi data usage of each application in android? - which is android specific
- How to calculate bandwidth usage for Javascript? - didn't get what I expected.
What I expect is, to get how much mega bytes of data is required to load this url. Is it possible to calculate?