1 Reply Latest reply: Nov 5, 2014 3:53 AM by vishu#13 RSS

    Coldfusion Authentication via Web Service

    WarrenJMeyer Community Member

      We have conytracted a company to build our company a mobile app. They want me to create a web service that will authenticate users. They will pass a username and password via URL. They arte expecting me to return either:

      HTTP/1.1 403 Forbidden

      Connection: close

      if the credentials are invalid or

      HTTP/1.1 204 No Content

      if the credentials are valid.

      How can I do this after performing a CFquery on my user's database?