Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I have created an online DB using CDML. One of the problems I faced was, the Filemaker URL was showing up in the address window. This would show important info that only authorized personel should see. I solved it by using a frame to mask the address. Works like a charm.

However I have two other major security dilema's:

1 - The pages were caching causing some of the info not to update. It was also wrecking havoc with the scripts and tracking system I created. I put the no cache meta tag into the each page. This only worked for some. Is there any way to get the pages not to cache?

2 - I also discovered that the browsers history was recording pages of info. If you shut down the browser, turn it back on and use the history to go one of the pages, it shows all the info. This is a major security problem, if anyone else sits there they can see the info. Is there someway to avoid this?

If someone could get back to me ASAP, that would be great.

Thanx

Posted

I have been able to avoid the URL display problem by using forms everywhere. I 'submit()' these with either 'href' javascript calls or 'onclick' javascript calls.

The problem now is that the page source can be viewed and the form content seen.

Hope this helps.

Garry

Posted

Solution: stop using Microsoft Internet Exploder.

Posted

quote:

Originally posted by Vaughan:

Solution: stop using Microsoft Internet Exploder.

Not realy practical for users... we have 99% of MSIE users and less than 1% NN.

Posted

quote:

Originally posted by garrycl:

The problem now is that the page source can be viewed and the form content seen.

Use:

1. Frames

2. Chromeless windows

3. disable the "right-click"

and user will have difficult task to break in.

Anatoli

This topic is 8648 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.