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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:33:01+00:00 2026-06-02T03:33:01+00:00

Model.save() in backbone.js sends the model data as POST to server as a JSON

  • 0

Model.save() in backbone.js sends the model data as POST to server as a JSON encoded string. Its just a string and not variable=jsonString as in a normal POST request. So I cant access it in Flask as request.form.get('variable'). Where should i be editing code? Can Flask deal such requests? Can Backbone.js send data like a normal post request and not as a JSON encoded string?

Can provide more info if required.

  • 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-02T03:33:02+00:00Added an answer on June 2, 2026 at 3:33 am

    With Backbone the request Content-Type header is automatically set to ‘application/json’ (unless you’ve enabled emulateJSON), so Flask should automatically parse the JSON and make it available through the request object.

    @app.route('/some_route', methods=['POST', 'GET'])
    def some_route():
        if request.method == 'POST':
            """ json available through request.json """
    

    http://flask.pocoo.org/docs/api/#flask.Request.json

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

Sidebar

Related Questions

I use backbone.js' s model. When i save the model, it sends HTTP OPTIONS
I would like to be able to call save() on a backbone model and
I have the following situation: var Task = Backbone.Model.extend({ initialize: function() { }, save:
NOTE: This question is related to CodeIgniter-RestServer When I call model.save() from backbone the
I'm calling 'save' on my model and returning the new model as json in
I'm saving a backbone.js model using the model.save() method, which fires a PUT request
I have a backbone-Model. With model.set() I can set a local value, with model.save()
In my backbone.js, when I call model.save() the url gets the current URL path
I'm trying to save a Backbone model in couchdb so I've overridden the save
I am having problems figuring out the model.save syntax in Backbone + Coffeescript. (Rails

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.