Authentication required for jqueryrotate.googlecode.com.

I have a web page that uses this link below, now every time I access the page a dialog pops up asking for an authentication with a username and password. I've never had this before. Is this a bug or something new, has anyone seen this before, is there a way to fix this?

http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js

Thank!

+3


source to share


4 answers


I believe this happens when the script has been deleted or is no longer at that address or the permissions are denying public access.

I would use a locally hosted copy if available, or a similar script for example https://github.com/jcubic/jquery.rotate

.



Edit: Found the author of the script of your use on Github

https://github.com/wilq32 https://github.com/wilq32/jqueryrotate https://raw.githubusercontent.com/wilq32/jqueryrotate/master/jQueryRotate.js

+7


source


Just in case - the new webpage for the plugin is here: http://jqueryrotate.com/



This is an open source project, so please don't flood my server and download the plugin instead of serving it directly from my server. Thank!

+3


source


Find the library and download the local website folder. :)

I have the same problem.

+1


source


Yup the SVN Author changed the permissions for this script. You will need to find a new link or download a copy of the plugin and link to it relative to your site, not an external link.

This same issue hit my top five client websites, rather confusing to developers and businesses, unfortunately ... :(

0


source







All Articles