I just started testing the idea of โโless protocols.
The problem I want to solve: on the https page I need to download an external css file from http.
Performing this โnormalโ method will crash ... the css file is locked. (Just testing with chrome at the moment).
So my question is: Will the "protocol less than Urls" download the file from http / https / both?
source
share