HTTPS / SSL
-
Is there a way to force HTTPS image responses from the Amazon API?
This way we can host images from the API on https:// webpages without breaking them. Currently the API returns HTTP.I tried modifying awsRequest.php as follows:
$request = “https://”.$host.$uri.”?”.$canonicalized_query.”&Signature=”.$signature;My hope was by sending a secure request we would get secure responses, but no luck with that.
I made a donation for ongoing development of this great plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘HTTPS / SSL’ is closed to new replies.