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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:29:57+00:00 2026-06-04T13:29:57+00:00

In backbone, how can I point my entities to an external endpoint? For example,

  • 0

In backbone, how can I point my entities to an external endpoint?

For example, my app is running on http://myapp.com

And I want it to use the followgin rest web service

http://external.com/api/rest/xxxx

I tried with urlRoot property but it doesn’t seem to work that way

Sagan.FeatureModel = Backbone.Model.extend({
  defaults: {
    name: "New Feature",
    parent: "",
    enabled: false
  },
  urlRoot: 'http://localhost:9001/',
  url: 'features'
});

For testing purposes the app is hosted on localhost:9000, and the external webservice at localhost:9001.

backbone seems to still be pointing at localhost:9000 instead of 9001

  • 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-04T13:29:58+00:00Added an answer on June 4, 2026 at 1:29 pm

    In your example you are setting customs urlRoot and url properties for the Model.

    Setting up custom url property will make your custom urlRoot to be ignored due this property is used in the default url behavior, look on the Model.url documentation.

    If you want your Model to use the endpoint http://external.com/api/rest/features just add it to the urlRoot and keep the url untouched:

    urlRoot: "http://external.com/api/rest/features"
    

    It will create routes like this:

    GET http://external.com/api/rest/features/1
    

    For fetching the Model with id 1.

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

Sidebar

Related Questions

I am making a mobile web application in backbone under: http://example.com/mobile/index/ After the user
I can successfully do this: App.SomeCollection = Backbone.Collection.extend({ comparator: function( collection ){ return( collection.get(
How can i create/convert this script into model in Backbone that can use SignaR
Can I use multiple routers in backbone.js , that don't interfere with each other
I use backbone.js' s model. When i save the model, it sends HTTP OPTIONS
I was amazed that backbone.js can use either jQuery or Zepto as its helper
I'm reading this: http://codebrief.com/2012/01/the-top-10-javascript-mvc-frameworks-reviewed/ I'm using backbone.js. I love it, though it requires too
while reading docs of backbone i can't understand how to add model to collection
In Backbone.js I can appoint where the model fetches it's data: var Book =
I'm building an html page that uses backbone.js How can I override the constructor

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.