Doesn't respect the wp proxy settings
-
The fetch function uses a curl method which doesn’t respect the wp proxy settings (WP_PROXY_HOST & WP_PROXY_PORT).
Solutions:
– Only use the WP_Http class which does this by default.
– Implement the CURLOPT_PROXY(PORT) options
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn't respect the wp proxy settings’ is closed to new replies.