summaryrefslogtreecommitdiff
path: root/it_url.class
AgeCommit message (Expand)AuthorFilesLines
2016-10-19fix phan warningsUrban Müller1-8/+10
2016-09-28handle continue header in curl resultNathan Gass1-0/+2
2016-08-18add parameter curl to force usage of request_curlNathan Gass1-1/+1
2016-06-14Also set default headers (like X-Ultra-Https) for get_multiChristian Schneider1-4/+2
2016-06-14Set header to inform subrequests about HTTPS on original requestChristian Schneider1-0/+1
2016-06-14Refactor headers sent with subrequests copy/paste to common functionChristian Schneider1-13/+12
2016-06-06add 2nd parameter to it_url::absolute() to force a protocolChristian A. Weber1-11/+16
2016-05-25Support method and data parameter in curl code path as well (used for https)Christian Schneider1-0/+4
2016-05-19fix .req debug param: did not work on urls staring with // and .req-tel match...Christian Helbling1-1/+1
2016-05-10Added option allow_insecure_ssl to it_url::get() to disable SSL certificate v...Christian Schneider1-2/+2
2016-05-10Remove duplicate CURLOPT_SSL_* settingsChristian Schneider1-3/+1
2016-05-02fix url in alerts (started with //)Christian Helbling1-1/+1
2016-04-05simplify constructor, make urls without protocol work, deprecate file: and la...Christian A. Weber1-71/+15
2016-03-29docsUrban Müller1-0/+1
2016-02-02be nice about cache cleanupUrban Müller1-1/+1
2016-01-28simplifyUrban Müller1-1/+1
2016-01-28more throttlingUrban Müller1-1/+1
2016-01-27throttle cache cleanupUrban Müller1-1/+1
2016-01-26clean up at lower peakUrban Müller1-1/+1
2015-12-07docsUrban Müller1-1/+1
2015-11-17report empty redir urls, they cause loopsUrban Müller1-2/+2
2015-11-09allow delay before retryUrban Müller1-0/+4
2015-10-19optional cache hit rate loggingUrban Müller1-0/+4
2015-10-16more compact getcache debug outputUrban Müller1-2/+2
2015-10-13remove ultra-obsolete read_page(), get_description() and get_title() api (int...Christian A. Weber1-80/+1
2015-09-16correct returncode in keepfailed caseUrban Müller1-0/+1
2015-09-16support keepfailed in conjunction with failed preprocessorsUrban Müller1-1/+2
2015-08-05more verbose err msgUrban Müller1-1/+1
2015-06-23better error handling, port last commit to request_curlNathan Gass1-11/+19
2015-06-23fix ->result for totaltimeout and maxlength (should be same as return value),...Nathan Gass1-4/+4
2015-06-04docsUrban Müller1-1/+1
2015-06-04remove retry delay for testingUrban Müller1-3/+0
2015-06-04give proxy more time to recover after config reloadUrban Müller1-1/+1
2015-06-02sleep 100ms before retrying to avoid alerts on ultraproxy reloadsUrban Müller1-0/+3
2015-03-12fix request_curl to be compatible with request (header variable should includ...Nathan Gass1-0/+1
2015-02-24send referer if internal requestUrban Müller1-0/+1
2015-02-13fix 63ec357Christian Helbling1-2/+2
2015-02-13remove alert because of too many false positivesDavid Flatz1-3/+0
2015-02-12suppress warning when we redirect a postDavid Flatz1-1/+1
2015-02-12use $_SERVER['QUERY_STRING'] instead of U($_GET) because it removes empty get...David Flatz1-1/+1
2015-02-11warn about potential redirect loopsDavid Flatz1-0/+4
2015-02-10Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax)Christian Schneider1-9/+9
2015-01-19request() stores cookies set by server in $this->cookies[]Christian A. Weber1-1/+4
2014-10-23request_curl: verify ssl certificates, ensure ->headers is always set (compat...Nathan Gass1-2/+8
2014-10-23add new method request_curl method which supports httpsNathan Gass1-25/+98
2014-10-07instantiate it_html noredir debug parameter is set and it wasn't initialized ...David Flatz1-1/+4
2014-10-03allow any protocol in it_url::absolute()Urban Müller1-1/+1
2014-09-01Simplify it_url::parseChristian Schneider1-7/+4
2014-09-01reverse function of U()Urban Müller1-0/+13
2014-05-07generic req and res debug params for it_url::getUrban Müller1-0/+6