I would like to be able to pull some data from a website.
The website needs to have a USERNAME, PASSWORD and a KEY
I know how to pull the data I want from a website that does not require a username/password.
I do have a username and password and key for the site.
The site is ASPX.
When i login the the URL looks like:
https://admin.sitename.com/portal.aspx
I am looking for a way to be able to authenticate using PHP
Or if there is a better idea that I can look into.