Hi Florian, hi Dano, hello all tech experts.
Are web sources able to parse https URLs?
The problem arises at the google images cover script, where the old HTTP url directs you to a HTTPS page for some time now, which broke the script. When I try to write the https url into the script via the [IndexUrl]=... line, I get a error message:
"Error connecting to server: ...
Invalid URL"
Instead of ... is whatever is written into the [BasedOn]=... line. A line of which I thougt previosly it hasn't any function at all.
SteveHero has a similar (the same?) problem at trying to modify my soundcloud script, which also needs the use of https for a working search function.
Is there any known solution? Any ideas?