Fetching content from Website on another Server
        Posted  
        
            by benny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by benny
        
        
        
        Published on 2010-04-06T20:41:44Z
        Indexed on 
            2010/04/06
            20:53 UTC
        
        
        Read the original article
        Hit count: 275
        
Hi everyone.
What i basically want to do is to get content from a website and load it into a div of another website. This should be no problem so far. The problem is, that the content that should be fetched is located on a different server and i have no source access to it.
I'd prefer a solution using JavaScript of jQuery. Can i use a .htacces redirect to fetch the content from a remote server with client-side (js) techniques?
I will also go with other solutions though. Thanks a lot in advance!
© Stack Overflow or respective owner