✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
    • Showing results for:
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object
    • Close
  • Hamzah Iqbal
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Hamzah Iqbal
    Full Stack JavaScript Techdegree Student 11,145 Points

    Outdated body-parser? Returns #{name}

    Posted on Jun 30, 2020 by Hamzah Iqbal
    .a{fill-rule:evenodd;}techdegree
    Hamzah Iqbal
    Full Stack JavaScript Techdegree Student 11,145 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • marcell gibbs
    marcell gibbs
    3,744 Points

    FYI

    Posted on May 28, 2020 by marcell gibbs
    marcell gibbs
    3,744 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    2 Answers

  • Michael Cook
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Michael Cook
    Full Stack JavaScript Techdegree Graduate 28,975 Points

    Don't use body-parser

    Posted on Jan 21, 2020 by Michael Cook
    .a{fill-rule:evenodd;}techdegree seal-36
    Michael Cook
    Full Stack JavaScript Techdegree Graduate 28,975 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    7 Answers

  • Katie Shook
    Katie Shook
    12,326 Points

    not getting any information from the console. It's just printing {} in the terminal.

    Posted on Dec 26, 2019 by Katie Shook
    Katie Shook
    12,326 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    2 Answers

  • Lana Toogood
    Lana Toogood
    10,158 Points

    no output in terminal or browser console with console.dir(req);

    Posted on Sep 6, 2019 by Lana Toogood
    Lana Toogood
    10,158 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • vamosrope14
    vamosrope14
    14,932 Points

    Isn't the data that was sent from the form not in the body of the request as well?

    Posted on Aug 4, 2019 by vamosrope14
    vamosrope14
    14,932 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • Adam Lyles Kauffman
    Adam Lyles Kauffman
    14,016 Points

    understanding .use

    Posted on May 8, 2019 by Adam Lyles Kauffman
    Adam Lyles Kauffman
    14,016 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • Vlad Tanasie
    Vlad Tanasie
    7,201 Points

    What is the theme and plugin for the text color that is used by the teacher in this video with VSCode.

    Posted on Apr 5, 2019 by Vlad Tanasie
    Vlad Tanasie
    7,201 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • Daniel Hernandez
    Daniel Hernandez
    13,437 Points

    Whenever I install body-parser, pug is deleted. And whenever I install pug body-parser is deleted.

    Posted on May 7, 2018 by Daniel Hernandez
    Daniel Hernandez
    13,437 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • Akhil Nair
    Akhil Nair
    4,150 Points

    I did console.dir(req) on my machine, but the output for req object doesn't show up in the browser console.

    Posted on Aug 10, 2017 by Akhil Nair
    Akhil Nair
    4,150 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    1 Answer

  • Frans Teja
    Frans Teja
    8,175 Points

    Is it a must to require body parser in your web application?

    Posted on Aug 6, 2017 by Frans Teja
    Frans Teja
    8,175 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    2 Answers

  • bnywa
    bnywa
    1,266 Points

    After installing the body parser nodemon is running my index.js file rather than the app.js file used in the tutorial

    Posted on Jul 18, 2017 by bnywa
    bnywa
    1,266 Points
    • JavaScript
    • Express Basics
    • Deeper into Routing with Express
    • The Request Object

    0 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.