Where do I find the YUI yahooapi serverd secure (https)
Yui host their secure access to its APIs using a subdomain –> “yui-s”
In your code try changing to https and if your subdomain is “yui” change it to “yui-s”
Example:
http://yui.yahooapis.com/pure/0.5.0/pure-min.css?ver=0.1.0
becomes
https://yui-s.yahooapis.com/pure/0.5.0/pure-min.css?ver=0.1.0
Comments are currently closed.