CakePHP HTTPS Secure payment form

前端 未结 2 1235
生来不讨喜
生来不讨喜 2021-02-11 08:47

Using CakePHP 1.3 we have a booking system for hotel rooms. A check-availability form should bring the user to a secure payment page (https://secure.domain.com/bookings/payment)

2条回答
  •  春和景丽
    2021-02-11 09:41

    this is a pretty good way to go: http://techno-geeks.org/2009/03/using-the-security-component-in-cakephp-for-ssl/ so you won't even have to hard code anything.

提交回复
热议问题