Browsing Tag
curl
Authentication over CURL
I am working on an API for a WordPress site. Basically, an external application (not made using WP) is able to send JSON to a
cURL within a WordPress theme’s functions file not working
I’m trying to make an API call from within a theme’s functions file and am having some issues. I’m hooking in to Contact Form 7’s
Using CURL with Password Protected WordPress
I’m trying to get CURL to work with a WordPress installation that requires a user to be logged in to see the content. I’ve exported
Upload plugin to wordpress with php and curl
I am trying to upload a plugin on wordpress and activate it. I know I shouldn’t use curl and php for this, but it looks
Cannot login to wordpress with curl and php
I am trying to make a function in php using curl, that logs into my local wordpress, but I am getting into trouble. I have