Month: August 2019

Sending Authorization Headers with WordPress

Whenever we’re making remote requests with WordPress, we’re likely going to be using one of the following functions:wp_remote_postwp_safe_remote_postwp_remote_getwp_safe_remote_getAnd, yes, sometimes we’ll be using cURL depending on the nature of the project, but that’s outside the content of this post.For this article, I want to talk specifically about making remote requests and specifying headers against a…

Read More

Archives