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 6255335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:20:48+00:00 2026-05-24T14:20:48+00:00

I am taking a stab in the dark here. I cannot do a cross

  • 0

I am taking a stab in the dark here.

I cannot do a cross domain request to get a piece of json data. I have tried this several ways but the cross domain policy keeps getting me. Is there a way I can do this by just parsing the data inside a hidden iframe? Is this possible using javascript?

http://www.nfl.com/liveupdate/scorestrip/ss.json is the json page

  • 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-24T14:20:50+00:00Added an answer on May 24, 2026 at 2:20 pm

    Whenever crossdomain policy puts me up against the fence, I use a PHP proxy.

    Use PHP to curl in the file you want and then it’s as good as yours. When you hit the PHP file (which is on your server) there’s no cross domain issues.

    Your PHP file will look like something like this. Now whenever you hit the PHP file, you’ll see the file you curled, but it appears to be coming from your domain.

    This is basically a cheap trick and should only be used when you have no control over the policies.

    Here’s the PHP code you will need:

    <?php
    
    $ch = curl_init();
    
    curl_setopt($ch, CURLOPT_URL, 'http://nfl.com/liveupdate/scorestrip/ss.json');
    
    curl_exec($ch);
    curl_close($ch);
    
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Taking the XSLT and XML from this page as an example: http://www.w3schools.com/xsl/xsl_transformation.asp I have
I am a novice-intermediate programmer taking a stab at AJAX. While reading up on
I'm a complete beginner when it comes to programming. I'm taking a stab at
Taking advice from this post , I purchased a copy of 'The C Programming
Taking this article on classes and structs as an example: http://msdn.microsoft.com/en-us/library/ms173109.aspx namespace ProgrammingGuide {
Taking the jQuery framework for example, if you run code like this: $(document).ready(function init()
Taking a look at my question HERE , I now want to return the
I'm taking a stab at writing a bash completion for the first time, and
I'm taking a stab at setting up unit tests for some utility classes in
Taking Sql this quarter and not having any luck with the following question: The

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.