wp_safe_remote_request


wp_safe_remote_request ( $url, $args = array() )

Parameters:
  • (string) url URL to retrieve.
  • (array) args Optional. Request arguments. Default empty array. See WP_Http::request() for information on accepted arguments.
Links:
See:
Returns:
  • (array|WP_Error) The response or WP_Error on failure. See WP_Http::request() for information on return value.
Defined at:

Description

Retrieves the raw response from a safe HTTP request.This function is ideal when the HTTP request is being made to an arbitrary URL. The URL, and every URL it redirects to, are validated with wp_http_validate_url() to avoid Server Side Request Forgery attacks (SSRF).

Related Functions

wp_remote_request, wp_safe_remote_get, wp_safe_remote_post, wp_safe_remote_head, wp_is_xml_request

Top Google Results

User discussions

wpseek mobile