I just noticed this oddity in the logs:
Code:
--2017-02-07 11:15:01-- http://[url-redacted]/index.php?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&cbpact=cbsubsclass&cbpclass=mailer&user=[userid-redacted]&cbpmailerdo=cronprocesssendmailqueue&key=[redacted]&format=raw
Resolving [url-redacted]... [ip-redacted]
Connecting to [url-redacted]|[ip-redacted]|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://[url-redacted]/en/?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&cbpact=cbsubsclass&cbpclass=mailer&user=[userid-redacted]&cbpmailerdo=cronprocesssendmailqueue&key=[redacted]&format=raw [following]
--2017-02-07 11:15:02-- http://[url-redacted]/en/?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&cbpact=cbsubsclass&cbpclass=mailer&user=[userid-redacted]&cbpmailerdo=cronprocesssendmailqueue&key=[redacted]&format=raw
Connecting to [url-redacted]|[ip-redacted]|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 74 [text/html]
Saving to: โindex.php?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&cbpact=cbsubsclass&cbpclass=mailer&user=[userid-redacted]&cbpmailerdo=cronprocesssendmailqueue&key=[redacted]&format=raw.19โ
0K 100% 4.87M=0s
My actual CBSUBs cron URL ("Url of cron task") is:
http://[url-redacted]/index.php?option=com_comprofiler&task=pluginclass&plugin=cbpaidsubscriptions&do=autopayments&key=[redacted]&format=raw
Seems a bit odd having that 301 redirect, is that normal behavior?