wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_safe_remote_request › WordPress Function
Since3.6.0
Deprecatedn/a
› wp_safe_remote_request ( $url, $args = array() )
Parameters: (2) |
|
Links: | |
See: |
|
Returns: |
|
Defined at: |
|
Codex: |
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