Tagged Questions

0
votes
1answer
47 views

How to sign in to a service using PHP

I want to sign in to a service (site) using PHP (without using its API) If the service login was with a and the method is 'GET', I would use Service.com/signin.php?username=xxxx&password=xxxx ...