Re: [Cppcms-users] HTML5 and HTTPS in a CPPCMS application?
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-05-22 19:20:26
|
> One is about using SSL for things like user registration > & payment processing. Does that facility exist within cppcms? > Is that more something I'd do in my Apache setup? The best practice is to run behind a web server like Apache, Lighttpd or Nginx using FastCGI protocol. The web server would handle SSL for you. > Another is about using HTML5 controls in widgets -- is > there a guide to extending the existing widgets to support things > like email and number inputs, at all? There is already number widget, take a look on it as an example how to extend widgets. Remember that there is a regex widget that helps you to do very generic tests in a simple way Artyom |