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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:17:08+00:00 2026-06-13T00:17:08+00:00

I get a 503 HTTP error today when i try to fetch a model.

  • 0

I get a 503 HTTP error today when i try to fetch a model.

This code worked 2 days ago… I think the only difference is i updated node and its dependencies.

I get a Origin MY_DOMAIN is not allowed by Access-Control-Allow-Origin. then, a 503 HTTP error on the GET request (with Chromium and Firefox).

The weird think is, i can curl the same url, the server handle it and return a response…

I made the server a simple as i could and it still doesn’t works, here is the code:

var express = require("express");
var app = express();

app.get('/user/:username/:facebook_id/:facebook_token', function(req, res){
    res.header("Access-Control-Allow-Origin", "*");
    res.header('Access-Control-Allow-Methods', 'GET,PUT,POST,DELETE');
    res.header('Access-Control-Allow-Headers', 'Content-Type');
    console.log('Something is happening.. ');
    res.send({error: 'test'});
});
app.listen(3000);

And on the client side, i just call a fetch from a model…

initialize : function() {
    var that = this;
    this.model.fetch({
        success: function(_model){
            console.log('User fetched successfully on initialize');
            that.render();
        },
        error: function(_model, error){
            console.log('User fetched unsuccessfully on initialize');
        }
    });

I go to the error callback after the failed the GET request.

Does anyone has an idea ? Do you think it could be a conflict with the last update of express node and backbone ?

Thanks !

UPDATE:

Apparently it doesn’t works because of my VPN, i am in China now… It could explain the not allowed errror. I’keep the subject update soon.

  • 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-06-13T00:17:09+00:00Added an answer on June 13, 2026 at 12:17 am

    the problem came from my VPN which lock the URL to my own server since today, this is the reason about the “access is not allowed”…

    Thanks for your help !

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

Sidebar

Related Questions

I get Compiler Error C2248 when i try to compile the following code: #include
When I try to visit my Django site at http://www.satoshi.example.com/mysite I get a 503
I get this error while accessing a php script: W/System.err: Error reading from ./org/apache/harmony/awt/www/content/text/html.class
When I make the following request, Google only gives error 503, and won't provide
I try to realize simple code on perl which should just get/send messages from/to
I have this code : string m_strFilePath = http://www.google.com/ig/api?weather=12414&hl=it; XmlDocument myXmlDocument = new XmlDocument();
I get a 503 Error when trying to push my database to Amazon RDS
I get the following error even when my JAVA_HOME is set correctly. C:\workspace-sts-2.8.0.RELEASE\JBClient\target>echo %JAVA_HOME%
I have to parse 2 kind of table one is this http://leghe.fantagazzetta.com/f12-13/ (Classifica Generale)
I have a servlet that was running fine until a few days ago. But

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.