Web Design
Web Design

Reputation: 105

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

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

Upvotes: 1

Views: 442

Answers (1)

mujuonly
mujuonly

Reputation: 11861

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

Upvotes: 1

Related Questions