I have the following rss object on my page...
data.data[i].link
and it produces the following URL...
http://
I would like the URL instead to start out with...
https://
What would be the easiest way to modify this?
Thanks for any advice
data.data[i].link.replace('http://','https://');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With