![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Someone can help me? |
#3
| |||
| |||
|
|
Using FMPro 6 and CDML code to retreive a file by the Web, how can I fix the code in order that a user cannot access a file without giving the EXACT value contained in a field of the database. For example, I have a field named CODE with 8 characters (ex.: AB678XY2). Using a form action and a text field, actually the user may enter something like AB* to retreive a file where the code begin with "AB". What I want is that the user must enter the complete content of the code field to access the file. I cannot use the code: input type="hidden" name="-Op" value="eq" neither input type="hidden" name="-Op" value="bw" input type="text" value="==" because the I use a field name instead of a fixed content input type="text" name="Code" value="" in the form... |
#4
| |||
| |||
|
|
"Paul Patenaude" <ppat2000 (AT) yahoo (DOT) com> wrote in message news:TqX8d.173594$ji3.1803895 (AT) weber (DOT) videotron.net... Using FMPro 6 and CDML code to retreive a file by the Web, how can I fix the code in order that a user cannot access a file without giving the EXACT value contained in a field of the database. For example, I have a field named CODE with 8 characters (ex.: AB678XY2). Using a form action and a text field, actually the user may enter something like AB* to retreive a file where the code begin with "AB". What I want is that the user must enter the complete content of the code field to access the file. I cannot use the code: input type="hidden" name="-Op" value="eq" neither input type="hidden" name="-Op" value="bw" input type="text" value="==" because the I use a field name instead of a fixed content input type="text" name="Code" value="" in the form... If it needs to be that exact and secure, then CDML has some limitations. Now, what is the actual problem if they retrieve a larger set? Why is it an issue? Cos there are other ways to restrict sets - and Kevin is right, exact match may be one of them in the Web Sec database... but there are more, depending on what you are really trying to do. Webko It is important because the "access code" is made of letters and digits, let's |
![]() |
| Thread Tools | |
| Display Modes | |
| |