Testing the PmWiki Cookbook:TestUrlGet extension, used on the TTC website
example
(:urlget:)
{$UrlGetMsg}
|
UrlGet
The internal PmWiki variable "$UrlGetFunction" is set to "UrlGet\UrlGet"
"allow_url_fopen" is not enabled.
UrlGet is a function that uses "cURl"(approve sites) to retrieve the contents of a URL. Returns the URL contents as a string, or FALSE, the same as "file_get_contents". Returns error messages in $FmtV['$UrlGetMsg'].
|
example
(:urlget test:)
{$UrlGetMsg}
|
UrlGet
The internal PmWiki variable "$UrlGetFunction" is set to "UrlGet\UrlGet"
"allow_url_fopen" is not enabled.
UrlGet is a function that uses "cURl"(approve sites) to retrieve the contents of a URL. Returns the URL contents as a string, or FALSE, the same as "file_get_contents". Returns error messages in $FmtV['$UrlGetMsg'].
Test UrlGet with https://www.pmwiki.org/pmwiki/recipelist 1,059 lines and 56,379 characters returned. First two lines:
# updated: 2026-09-08T12:04:09Z
cURL connection info
| Key | Value |
| url | https://www.pmwiki.org/pmwiki/recipelist |
| content_type | |
| http_code | 200 |
| header_size | 260 |
| request_size | 142 |
| filetime | -1 |
| ssl_verify_result | 0 |
| redirect_count | 0 |
| total_time | 1.392282 |
| namelookup_time | 0.599449 |
| connect_time | 0.752117 |
| pretransfer_time | 0.932979 |
| size_upload | 0 |
| size_download | 56379 |
| speed_download | 40502 |
| speed_upload | 0 |
| download_content_length | 56379 |
| upload_content_length | 0 |
| starttransfer_time | 1.087044 |
| redirect_time | 0 |
| redirect_url | |
| primary_ip | 23.254.203.248 |
| certinfo | Array (0 elements) |
| primary_port | 443 |
| local_ip | 103.96.117.42 |
| local_port | 32994 |
| http_version | 2 |
| protocol | 2 |
| ssl_verifyresult | 0 |
| scheme | HTTPS |
| appconnect_time_us | 932889 |
| connect_time_us | 752117 |
| namelookup_time_us | 599449 |
| pretransfer_time_us | 932979 |
| redirect_time_us | 0 |
| starttransfer_time_us | 1087044 |
| total_time_us | 1392282 |
| effective_method | GET |
Test UrlGet with https://www.pmwiki.org/pmwiki/nosuchfile This test failed as expected
|
Messages
RecipeCheck
Check recipes