I don't think I explained this properly and I don't really think it is an OpenBD issue.
I do allow customers to pre-load field values to a form. Someone tried doing this with one of my pages using POST and they report that the fields have the variables loaded but the css and javascript do not load on their end. They wanted to do this because they want to send credit card numbers (and other sensitive stuff) and GET is not as secure as POST for this. (I agree with this, by the way.) In the end I asked them to use the web services I provide (which are secure.) Thanks, John Moss On Thursday, July 24, 2014 9:43:09 AM UTC-6, John Moss wrote: > > I have a customer who wants to pre-load values into a form but they would > like to use POST instead of GET. > > As far as I know there is no difference in my code as far as loading > values into the various fields in the form (and they report that the > formdata does load) but they say that static items such as .css and .js > don't load when they do this so the form does not look right on their side. > > My question is, do any of you have experience in doing this, and is there > a way to do it? > Can you POST to a form and have it properly display? > > This takes place over HTTPS so a GET will be secure across the network, > but their browser history will save the information I think and also the > webserver will log the request so security is still a concern. > > Thanks, > John Moss > > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
