Problem in use WordPress Media Library image URL to upload with wc_rest_upload_image_from_url

384 Views Asked by At

When I use wc_rest_upload_image_from_url and add an image url from wordpress media library e.g. .../wp-content/uploads/2022/04... I get following error:

woocommerce_rest_invalid_remote_image_url

Unauthorized

Error Status 400

1

There are 1 best solutions below

0
On BEST ANSWER

The URL provided is htpasswd protected - you cannot use it inside wc_rest_upload_image_from_url() function - ( Unauthorized Access ).