Question
Coldfusion Authentication via Web Service
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?
