• Hey folks!

    I’m looking for a plugin which responds to defined sorts of http requests. Basically, I want to hook up an android app to my wordpress user database. I want users to be able to log in to the android app using the same login/password as they would use logging in to the wordpress site. I can get my app to send an http request easily enough, but I’m having trouble imagining how I would get wordpress to respond properly.

    Anyone know about an app that does something specifically like this, or something more abstract like simply responding to http requests?

Viewing 1 replies (of 1 total)
  • Thread Starter melchoir55

    (@melchoir55)

    Ok I’m going to include a little more info to help clarify what I’m looking for.

    I want to be able to send an http request for password authentication. For example:
    http://www.mysite.com/auth/username=””password=””

    I want wordpress to pick this up and deal with it via PHP. There are php functions built in to wordpress that would make actually checking the username/password easy, but I don’t quite know how to get the request into the scope of a php script.

    I strongly welcome assistance on the topic!

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin for responding to http requests’ is closed to new replies.