Jump to content

This topic is 7794 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a way to password protect my "menu page" (default.htm) via Filemaker? I'm using custom web publishing and the web publishing database. That protects the databases fine, but I'd like to lock the front door too.

Thanks,

Mark Durgee

Posted

I am not sure what Mark need, but maybe the password protection should ask visitor for password immediately on default.htm page?

That cannot be done AFAIK, only on Web server level. If you redirect in the META redirection the default.htm to FM generated page with some actions, which need password like -new, -edit browser will ask depending on your settings.

For the same you can use Frameset as well.

And Mark, to get full picture about FM security, search for "security loophole".

Posted

Thanks, Garry. Right now all the format files are in the "cdml_format_files" folder. But I have a "front page" to guide user to where they need to be and this is the one that I would like to be password protected. In other words I'd like the password prompt to appear as soon as the user hits my Filemaker website.

Posted

>Or is the "default.html" being accessed directly via a DNS? <

Yes. sales.myURL.com opens default.htm directly.

I only have Filemaker Pro at the moment, I will have about 5 users for what I'm building now. But I may get Filemaker Unlimited as the system grows and I think I can use IIS as a web server instead and use NT authentication instead of Filemaker security. At least for any files sitting in the "web" folder.

Posted

OK. Use either a META Redirect, as Anatoli described, with a simple CDML URL (like the one I described).

Or, use an "onload=Javascript:document.forms[0].submit()", in the <body> tag, with a Simple Form in the default.html page.

Good Luck.

Garry

Posted

RE: I can use IIS as a web server instead and use NT authentication instead of Filemaker security. At least for any files sitting in the "web" folder.

I don't think so. NT will be fine for small number of users for files placed within wwwroot structure

Maybe it will work, but I doubt that WC will be happy and the folder starts in Program Files and not the wwwroot.

This topic is 7794 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.