summaryrefslogtreecommitdiff
path: root/it_url.class
AgeCommit message (Collapse)AuthorFilesLines
2017-07-20more verbose error messageUrban Müller1-1/+1
2017-07-06avoid permission problems in /cleaned if ::get_cacheUrban Müller1-1/+1
2017-07-03add filemtime / If-Modified-Since functionality to request_curlChristian Helbling1-7/+8
2017-06-29it_url: add option compression to use gzip or deflate (handled by curl)Christian Helbling1-1/+5
2017-05-18Do not follow redirect for HTTP 201 Created because that can send the ↵Christian Schneider1-1/+2
Location of the new resource
2017-03-21get_cache_filename() considers post dataChristian A. Weber1-1/+2
2017-03-16it_url::get() supports http file upload, clarify params documentationChristian A. Weber1-4/+11
2017-02-07textbook ternaryUrban Müller1-4/+1
2016-12-08Make static/object context check PHP 7.1 compatibleChristian Schneider1-1/+1
2016-11-24handle multiple Continue headersNathan Gass1-1/+1
2016-11-10whitespace cleanupUrban Müller1-1/+1
2016-10-19restore documentation of get_cache_contents()Christian A. Weber1-1/+1
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 ↵Christian Helbling1-1/+1
matched all subrequests
2016-05-10Added option allow_insecure_ssl to it_url::get() to disable SSL certificate ↵Christian Schneider1-2/+2
verification for self-signed certificates
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 ↵Christian A. Weber1-71/+15
latin1 mode
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 ↵Christian A. Weber1-80/+1
(introduced for Myax Knowledge Manager)
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 ↵Nathan Gass1-4/+4
value), also fix interaction between maxlength and safety
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 ↵Nathan Gass1-0/+1
include final newlines)
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