Hello everyone, I want to use "authenticate_ with_ http_ basic" but I just can not get it working.
In my RoR app Authlogic is working fine and I'm using User Sessions for that. While keeping that method as it is now i need to use authenticate_with_http_basic.I have a iPhone SDK app and now I need to fetch some products from my webapp and display as list. So I'm assuming that i need to send the request to my webapp like this; http://username%[email protected]/products/
So my question is to validate this username and password and what I need to do to my UserSession Controller?