CuteEditor for PHP - file uploader asks for 401 authentication even when it was already done

  •  06-15-2010, 4:14 AM

    CuteEditor for PHP - file uploader asks for 401 authentication even when it was already done

    Hi
     
    We have a problem with CuteEditor for PHP
     
    We use CuteEditor in our Content Management System. The whole CMS is behind the http authentication layer so to access it you have to provide correct credentials. If I want to upload a file through insert image or document tool, it displays an authentication popup when uploader progress bar reaches 100%. So it's not recognizing that authentication for the given server/url was already done. If I provide correct login and password into popup, and submit it, progress bar starts from 0 and throws the popup again after it reaches 100%. And so on, and so on... If I click cancel, it displays 401 unauthorized alert
     
    I wonder what is an easy fix for this. From some reason uploader is not recognizing the 401 authentication that was done when logging into CMS. How to fix this ?
View Complete Thread