Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 418739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:42:30+00:00 2026-05-12T18:42:30+00:00

currently i am relying on a proxy script to handle this problem of Single

  • 0

currently i am relying on a proxy script to handle this problem of Single Origin Policy. it is slow, and creates overhead. Not to mention, javascript is not rendered.

is there a working alternative out there?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T18:42:30+00:00Added an answer on May 12, 2026 at 6:42 pm

    Oh dear, I think the solution you’re looking for is with IFRAMEs. However the iframe approach is both a mental and technical undertaking. I suggest you start with this guide:

    Cross-Domain Communication with IFrames

    The alternative approach is getting data from another server asynchronously using script tags and json:

    <script src="http://remotesite.com/path/to/script/blah.js"></script>
    

    You can create a new SCRIPT tag element to pass and load data and append to DOM or insert the markup into an elements innerHTML.

    I’m sure you can find some detailed examples and ways to implement but one thing you should keep a track of with the new SCRIPT method is adding so many tot he DOM. This might help and provide a starting point for you:

    function require (url, callback) {
        if (!isScriptLoaded(url)) { 
            document.write('<script src="' + url + '" type="text/javascript" charset="utf-8"><\/script>');
    
            if (callback) {
                callback();
            }
        }
    }
    
    function isScriptLoaded(src) {
        var scriptsLoaded =  {};
        var scriptTags    = document.getElementsByTagName("script");
    
        for (var i = 0, script; script = scriptTags[i]; i++) {
            if (script.src) { 
                scriptsLoaded[script.src] = 1;
            }
        };
    
        if (scriptsLoaded[src]) {
            return true; 
        }
    
        return false;
    }
    

    (untested, but should work!)

    Either way – best of luck.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Alrighty, let's try this again! I'm currently developing an application that will be relying
I'm searching for UUIDs in blocks of text using a regex. Currently I'm relying
I have just started my career as an android programmer, and am currently relying
I am currently using a script to call pkill to terminate my C++ program.
To quote PHP: Anonymous functions are currently implemented using the Closure class. This is
I have a domain model that is currently heavily relying on inheritance, and due
In a financial system I am currently maintaining, we are relying on the rollback
I'm currently relying on the fact that UIApplication is a singleton and I access
Currently we're relying on Sphinx's PHP library to manage our faceted search, which depends
I'm currently re-writing a Vb6 program relying on ADO into C# w/ ADO.NET. I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.