HTTP digest authentication using wp_remote_get

It is possible to do HTTP DIGEST authentication with wp_remote_get(), but it’s somewhat complicated. I’ve written a short wrapper function you can use.

Leave a Comment