Hey all, i recently was gathering images off a website to poll for what images appeared most often. My program was working rather nicely, and then they switched from http: to https: i was using a cURL script to grab the info and then string checking against it. What can i do to get around that tricky last little "s" to get the images into a string again? (btw, i did update the address the cURL was going for to grab the data) Thanks!