Closed (fixed)
Project:
Croninfinite | croning cron without cron
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 18:12 UTC
Updated:
26 Dec 2012 at 22:30 UTC
Croninfinite looks to do exactly what I want to do, however I am using a completely secured website (no http, only https). Croninfinite makes the assumption (croninfinite.module line 51) that the site is not secured by hard-coding "http://" in drupal_http_request(). Can this please be changed to work with sites that use https instead of http.
Comments
Comment #1
patrickd commentedAbsolutely right, sorry! (this one was my first drupal module and I had no time to have another look at it^^)
Instead of concatenating the URL manually I should have used the
'absolute' => TRUE,option of url() which will take care of protocols automatically.Tested and committed the following to 7.x-1.x
Stupid fault but easily fixed :)
If this also resolves the error for you I'm going to create a new release asap
thanks for reporting
Comment #2
orbmantell commentedThank you, that fixes things nicely.
Comment #3
patrickd commentedgreat! :) release is on the way