1
A site that I use, is based on WWW-Authentication to Login.
It would be possible to build a PHP script on my site to access this page, log in with the data I determine in a string, and log in to the site displaying only a few parts of the content?
Example: If you have a search box there, by clicking on "Connect" on my site, when the connection is made, appear the box and from there, I enter the data and appear the result of the website query?
That seems Web Scraping. This may help you: https://answall.com/a/278576/99718 or even https://answall.com/a/277387/99718
– Valdeir Psr
This is too broad to answer, because depends on the specific site that is trying to access, if he has anti-CSRF or use Recaptcha you will not get. There is no one specific global way to solve this.
– Guilherme Nascimento
Thank you guys. D
– user93488