View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0035550 | mantisbt | bugtracker | public | 2025-03-07 19:09 | 2025-03-07 19:10 |
| Reporter | dregad | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | confirmed | Resolution | open | ||
| Target Version | 2.28.0 | ||||
| Summary | 0035550: Use GuzzleHttp request in url_get() | ||||
| Description | The code of url_get() API function is really dated, and is often unable to do its job properly, particularly in shared hosting environment where allow_url_fopen is often set to OFF, curl extension may not be installed, shell_exec() function may be disabled and even if it is allowed, there may not be a curl client available (e.g. on Windows). We should replace that by a GuzzleHttp Request. | ||||
| Tags | No tags attached. | ||||