Quote:
Originally Posted by JimmXinu
I was able to download the images in that story. I would suspect it's an issue with the image hosting blocking.
|
Thank you for verifying.
I had initially dropped that idea since my VPNs were also not working.
I dug a bit deeper and for some reason or another, what ended up being the problem for me was it was unable to handle image URLs with leading forward slashes (src="//46613.mitemin.net/.../"), which resulted in a request with extra forward slashes after the https (https:////46613.mitemin.net/.../).
I added a line in the plugin code to replace "https:////" with "https://" and that fixed this for me.
Not sure why this only affected my end; I'm guessing some sort of windows setting on my machine that causes it to be a problem, but I'm not gonna worry about it.