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
Now, the has a POST method how can I do so??
Thanks!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can send a POST request using PHP’s cURL functions.
The relevant options are: