CuteEditor.LoadHandler (Load.ashx) - rewriting url

  •  08-13-2009, 6:04 AM

    CuteEditor.LoadHandler (Load.ashx) - rewriting url

    Hi,
     
    We are currently having issues in CuteEdior Loader (Load.ashx) when we are using the dedicated port in the site (e.g http://www.domain.com:8008/).  Using the Firebug, we traced that sometimes the Load.ashx is requesting file (GET) by removing the port 8008. Sample requests below.
     
    GET: http://www.domain.com:8008/CuteSoft_Client/CuteEditor/Load.ashx?type=scripts&file=Gecko_Loader
    GET: http://www.domain.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css
    GET: http://www.domain.com:8008/CuteSoft_Client/CuteEditor/Load.ashx?type=theme&file=horizontal.background.gif&theme=Office2003 
     
    Note that the sometimes it's loading file by removing the port 8008. 
     
    The related error also is that everytime we access the page with those load requests, the session or cookie seems expired. 
     
    I'm using the latest version of CuteEditor.net, 6.4 Build 2009-05-07, and using .Net 3.5 framework.

    Thanks,
    Rodel 
     
View Complete Thread