IT Nursery
I’m trying to post some data to an API and I keep getting null values in the fields. My PHP code: $url="https://apiconnector.com/v2/address-books/136517/contacts"; $username="apiuser"; $password = 'passwd'; $headers = array(...
  • May 28, 2022
  • 0 Comments
I’m trying to setup a proper cURL call in WordPress so am using wp_remote_post(). However, I’m having trouble authenticating the user via wp_remote_post(). Any idea how to convert the...
  • May 13, 2022
  • 0 Comments
I have a WordPress instance on my development box with the WP REST API plugin installed. I am attempting to create my own plugin to use wp_remote_get() to communicate...
  • May 11, 2022
  • 0 Comments