The http tag has no wiki summary.
28
votes
3answers
617 views
Does WordPress send data about your blog to WordPress.org or Automattic?
I've recently heard someone say WordPress does send data about your blog to back home. Is that true? and if so what data is that or where in the code can I see what's exchanged?
2
votes
2answers
434 views
How do I troubleshoot responses with WP HTTP API?
I make a GET call to API, call is supposed to return no data:
browser (and sniffer) give me 200-OK response with null text as body;
wp_remote_get() gives me 200-OK response with string of binary ...