Alex say if i have a user tring to download a file from me to his mobile phone, and he or she has to login in order to do so under there mobile phone , is there a way to alter the script to determine which browser he or she is using like ie6 or a wap browser. Say instead of going to the all pretty login.html i want them to use the login.wml which only has 3 lines on it ( a basic login ). Basically a redirect script to detemain the type of browser.
Did anyone ever come up with a solution to this? I'd like to do something simliar? If customization is required, how much would something like that cost? Thanks! Gregg
I believe only htpasswd authentication is possible with WAP (it usually displays separate login box in Windows). However, there is no control on process of authentication. But, there is still a choice - you can use mod_rewrite to redirect user to another file depending on user browser type.