All pages but one in https

Created on 16 December 2013, about 11 years ago
Updated 26 November 2024, 27 days ago

I use Ubercart with an ATOS/SIP payment gateway.

This gateway sends auto-response after payment that demand a target url to not be HTTPS.

the hook_menu defines the url as cart/atos/autoresponse and a page callback that begins by :

function uc_atos_autoresponse() {
  if (!isset($_POST['DATA'])) {
    watchdog('uc_atos', 'Autoresponse attempted without any POST data.', array(), WATCHDOG_WARNING);
    return;
  }

  $response = _uc_atos_parse_response($_POST['DATA']);
...

In secure page, I set every page secure but this URL.

Do I really need this module to achieve that?
Could I redirect all pages in Apache to ssl pages but this one instead?

Thanks for help

πŸ’¬ Support request
Status

Closed: outdated

Version

2.1

Component

Documentation

Created by

πŸ‡«πŸ‡·France jvieille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    I'm closing it because the issue was created a long time ago without any further steps.

    if you still need it then raise a new one.
    thanks

Production build 0.71.5 2024