Every time I search for this question, I seem to find answers on how to set a header WITH JavaScript, but what I really want is to set the HttpPost Header FOR JavaScript.
I am trying to log into a website, but I'm being told that I need to enable JavaScript. How can I fake it? Do I require a Cookie or a specific Header? Is there a way to mimic JavaScript by setting a header with Version x?
I believe there must be a solution for this :-) I don't intend to display a website to the user, I simply want to login using their information and extract some necessary data for them. That's all.
Thank you
EDIT: To better clarify my intentions: I am attempting to access a mobile provider website using my authentication details to retrieve information on current usage and account balance. I don't want to repeat this login process every time on my phone! Additionally, I want to access the exact data rather than relying on estimations provided by apps!