Using WP-API with 6G Rules
-
Hi Guys
We created some custom in-house code that makes use of the WP-API.
When we try to delete a custom category using a link like this
DELETE /wp-json/wp/v2/customcategory/102?oauth_consumer_key=xxx&oauth_nonce=xxx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1480392600&oauth_token=xxx&oauth_token_secret=xxx&oauth_signature=xxx HTTP/1.1″ 200 1406 “-” “-”
The delete fails. When we turn off the 6G Rules and turn on the 5G Rules it works and the category is deleted.
Just wondering if there is anything that can be done so we can use the 6G rule set while still being able to make use of the WP-API
Thanks
The topic ‘Using WP-API with 6G Rules’ is closed to new replies.