I have an image fetching “dynamically” from amazon s3 bucket, here is the source example:
src = http://s3.amazonaws.com/kidslink_assets/logos/5082f5d279216d14d000001e/original.png?1350759890
i need this to be a http*s* (https) request.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If i understood S3 terminology, S3 response always serve as https . I tried to access your image using http, that’s default redirecting to https (https://s3.amazonaws.com/kidslink_assets/logos/5082f5d279216d14d000001e/original.png?1350759890)
So you not need to worry about https/ssl.