Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Arie 224 posts 675 karma points
    Oct 05, 2013 @ 07:59
    Arie
    0

    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?

  • Kevin Lawrence 183 posts 350 karma points
    Apr 03, 2014 @ 13:13
    Kevin Lawrence
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft