-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
MDL-42985-master -
While working on MDL-42951, I realised that the setting proxybypass was not observed.
Set Moodle to use a fake proxy server, and add your .moodle.local address to the proxybypass. The request below should work.
require_once($CFG->dirroot . '/lib/filelib.php');
|
$curl = new curl(array('debug' => true));
|
$curl->post('http://fred.moodle.local/im/test.php');
|
- is a regression caused by
-
MDL-33955 Make download_file_content()/class curl to observe "moved" headers with open_basedir or safe_mode in effect
-
- Closed
-