Newbies AlexandervB Posted November 24, 2003 Newbies Posted November 24, 2003 Please excuse me being new to publishing a FM db with lasso but I've started to learn using lasso and I'm running into some problems. I've made a .lasso page which can update a record. The record is specified by a unique fieldentry. Until now all goes well and the page displays the correct information. But when looking through the HTML source in the browser I can find the record id for the currently displayed record. Of course this is an major security problem since people can now easily request the page with a ?-RecordID= and change data. How can I limit this? Thanks!
Anatoli Posted November 24, 2003 Posted November 24, 2003 By inlines and security settings. You will supply the credentials for the update inline routine only. You can also check if the user is still the correct one. That is one way. And I am not Lasso expert. I'll suggest joining Lasso Talk.
Christian Coppe Posted November 25, 2003 Posted November 25, 2003 Anatoli, I haven't experienced it, but page 186 of the Lasso 6 Language Guide, they propose an HTML -Update command nested in an Inline procedure. In this case, does the browser source show the -KeyField_Value ?
Anatoli Posted November 26, 2003 Posted November 26, 2003 IMHO - if the inline is just doing the update it is not served to browser. And you can hide the field names and everything.
Recommended Posts
This topic is 7937 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