HeyPublisher / amazon-book-store

WordPress plugin: Sell Amazon products in sidebar of your WordPress site
GNU General Public License v2.0
0 stars 1 forks source link

Non-Secure URLs are called from within plugin #11

Closed aguywithanidea closed 4 years ago

aguywithanidea commented 7 years ago

The URLs to Amazon store and for loading Amazon images need to be https.

See support thread

aguywithanidea commented 4 years ago

This has been partially solved by #19 , but there are still ASINs which are being input and can not be found in Amazon for some reason. For those ASINs, the non-secure image URL is deterministic and can be created from the ASIN itself. This is not true with the secure URL.

The solve introduced with #19 will fall back to non-secure URLs ONLY in the case the secure image URL can NOT be fetched from Amazon.

Given this, I'm closing this issue as resolved.