Is it possible to have an auto log-in to a user/password protected site? I was thinking of putting up a resume then user/password protect. Then I would like to send a link to a prospective employer c/w an in-bedded user/password/.
You can't use the "Password Protected Directories" feature for this; no browser currently supports the old http://user:password@server.example.com URL schema, which would be required for basic authentication. It would have to be a query string, which means it would have to be a PHP page.