I want to update this as I am now using the V2 of the API which uses oauth2 and requires Authorization in the header and uses JSON to pass data. I tried adding in this function as stated in a previous thread:
add_filter( ‘qs_cf7_api_get_args’ , ‘add_auth_headers’ );
function add_auth_headers( $args ){
//for example
$args[‘headers’][‘Authorization’] = ‘Zoho-oauthtoken <oauthtoken here>’ ;
}
However, it is not working. I’m getting back authentication failure as a code.
Any light on this?
I was also not able to get this plugin to work with 4.9. However, with your latest update, it is now working under Appearance > Editor. But it is still not working on the pages text editor side. Is this issue known with the latest release?
Thanks!