Robtech Posted March 16, 2001 Posted March 16, 2001 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
Anatoli Posted March 16, 2001 Posted March 16, 2001 RE: with the scripts Scripts on the web? Search forum for that in web section...
Garry Claridge Posted March 16, 2001 Posted March 16, 2001 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
Vaughan Posted March 18, 2001 Posted March 18, 2001 Solution: stop using Microsoft Internet Exploder.
Anatoli Posted March 19, 2001 Posted March 19, 2001 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.
Anatoli Posted March 19, 2001 Posted March 19, 2001 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now