Reporting redirect when no redirect occured
-
Query monitor reports a redirect on the HTTP request, even though there was no actual redirect during the request as the query params were added to the URL before the request was made.
Not a big issue, just thought I’d report it. Proof of concept below.
$url = 'https://somedomain.com/api/versioninfo/some-addon'; $arg_array = array( 'method' => 'GET', 'body' => array('param1' => 'value1'); ); $resp = wp_remote_request($url, $arg_array);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Reporting redirect when no redirect occured’ is closed to new replies.