Open selanthiraiyan opened 4 hours ago
We currently use rest/v1.1 endpoints for the following two remote calls. This doesn't work when XMLRPC is disabled on the site.
rest/v1.1
Related issue - https://github.com/woocommerce/woocommerce-ios/issues/14232
Start using wp/v2 endpoint to load images from media library. This endpoint works even when XMLRPC is disabled.
wp/v2
Internal - p1732776777296839/1732776754.769469-slack-C03L1NF1EA3
Thanks for reporting! 👍
Problem
We currently use
rest/v1.1
endpoints for the following two remote calls. This doesn't work when XMLRPC is disabled on the site.Related issue - https://github.com/woocommerce/woocommerce-ios/issues/14232
Proposed solution
Start using
wp/v2
endpoint to load images from media library. This endpoint works even when XMLRPC is disabled.Internal - p1732776777296839/1732776754.769469-slack-C03L1NF1EA3