I'm running Umbraco over SSL (something everyone should consider...) but it appears that the Pixlr extension doesn't work in that case (uploading stuck at 0%).
After I reconfigured Umbraco to be accessible without SSL (yikes!) I can edit and save via Pixlr without any problems.
Pixlr extension doesn't work over SSL?
I'm running Umbraco over SSL (something everyone should consider...) but it appears that the Pixlr extension doesn't work in that case (uploading stuck at 0%).
After I reconfigured Umbraco to be accessible without SSL (yikes!) I can edit and save via Pixlr without any problems.
Thoughts?
It's because pixlr is invoked over HTTP rather than relatively, change line 8 of the pixlr_minified.js:
return'//pixlr.com/'+opt.service+'/'+url;}
This way pixlr website will use https, and should work.
Thanks
is working on a reply...