Proxy not working with Requests::request_multiple()?
I try to send async multiple requests with proxy option by built-in WP Class Requests, but it’s not working. $options = array( ‘proxy’ … Read more
I try to send async multiple requests with proxy option by built-in WP Class Requests, but it’s not working. $options = array( ‘proxy’ … Read more
My admin panel is very slow I’ve tried to debug the issue. I nailed it to the function wp_remote_post and an internal error … Read more
Running WordPress 3.3.2 and PHP Version 5.2.17 I’m trying to get the access_token from Facebook using wp_remote_request() and Facebook OAuth API (btw, working … Read more
Background: Working on a Widget that uses a remote API using wp_remote_post to log into the service, once logged in storing the cookies … Read more
I have a custom post type called ‘event’. An event has multiple subpages like registration, speakers, contact us, etc. Currently the content is … Read more
If I want to route a HTTP request through a local (alias: on the current server) Proxy, how would I go around this? … Read more
I normally use this argument to prevent errors with wp_remote_get and wp_remote_post array( ‘sslverify’ => false ) For security reasons I would like … Read more