How to get user data from the server
-
I’m quite new to WordPress. Is there a WordPress way to send secure requests that contain the user’s password data? Allow me to elaborate: say I have a PHP page that returns different data depending on what username it receives. Of course, it must also receive a password to authorise that username. So, I need a secure way to retrieve and send the user’s username and password, and a way for my PHP page to access WordPress’s database which contains usernames and their passwords for authorisation. How would I do that?
- The topic ‘How to get user data from the server’ is closed to new replies.