AGATE - AFELO Gateway - Description of the API
General structure of a request
First of all, you can download the AFELO-Gateway Script here: www.afelo.com
To keep it simple, AFELO doesn't work with Cookies or anything in this direction. So, at every request, AFELO sends the username and password to the gateway-script.
The general structure of a request should be the following:
|
| Name | Value | | username | <username> | | password | <password> |
If you send just the username and password to the gateway-script, you will receive the following response if the user is valid:
<?xml version="1.0"?> <afelo_gateway> <valid_user>yes</valid_user> </afelo_gateway>
If the user wasn't valid, the response will be:
<?xml version="1.0"?> <afelo_gateway> <error>permission_denied</error> </afelo_gateway>
Page 1 of 5 [ next page ]
|