Hi Christopher,

yes this is totally possible, except that you'll have to write you own authentication element. You can look at the HTTP authentication example in the wiki:
http://rifers.org/wiki/display/RIFE/HTTP+authentication

Instead of getting the login and the password from the header, you can simply get them from inputs.

Best regards,

Geert

On 19-mrt-06, at 03:37, christopher baus wrote:

Hi

I'm new to Rife, which I found through blablalist. I would like to create a REST API similar to blablalist, but I would like to simplify it a bit.

As I understand it the Authenticated class only works on submission
parameters, and I would prefer to only use input parameters.

For instance:

http://api.foo.com/login?username=joe&password=secret

But rife seems to insist on:

http://api.foo.com/login? submission=credentials&username=joe&password=secret

Is there anyway to do this?

_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin             Uwyn bvba               GTalk: [EMAIL PROTECTED]
"Use what you need"     Avenue de Scailmont 34  Skype: gbevin
http://www.uwyn.com     7170 Manage, Belgium      AIM: geertbevin
gbevin at uwyn dot com  Tel: +32 64 84 80 03   Mobile: +32 477 302 599

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to