Michael Maher Posted September 11, 2005 Posted September 11, 2005 I am still very new to php. Is there a way to fire FMS's http login authentication with Fx.php, and if so what is the critical code? Or am I limited to placing the name/password login fields on the web page with a login button? Michael
Garry Claridge Posted September 11, 2005 Posted September 11, 2005 You should be able to "login" from php itself. It can "intercept" any http login requests. This could be done by using a URL like this: http://myusername:mypassword@myaddress/ Good Luck. Garry
Michael Maher Posted September 11, 2005 Author Posted September 11, 2005 Thanks Garry, I get the picture now. Michael
Recommended Posts
This topic is 7083 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now