How is this done? I have a view which in certain conditions I need to display using HTTP and in other cases HTTPS. The controller is using SimpleFormController.
HTTPS, Form controllers, and IE Short Version: Do you have to specifically call setCacheSeconds(-1), then set your own custom headers for any formController delivering content over HTTPS? Long: I've finally figured ...
redirect to use https with AbstractWizardFormController Hi, I have an app that sells reports. When someone orders a report, it checks if there is a credit card registered to that user, ...