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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:26:25+00:00 2026-06-14T14:26:25+00:00

I am using Meteor 0.5.0 on windows. So far, I haven’t had many issues

  • 0

I am using Meteor 0.5.0 on windows. So far, I haven’t had many issues getting my app up and running. My app will take requests from external sites, and they will send the information required through the querystring.

I looked at this: How do I access Request Parameters in Meteor?, but it just loaded to a blank screen when I changed “foo” to the root. I still need the page to load like normal.

How can I access the Request Object in meteor? I would like to look at the server_variables as well as the querystring.

Thanks in advance for any help you can offer…

  • 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-14T14:26:27+00:00Added an answer on June 14, 2026 at 2:26 pm

    The example in the other post is good but needs 1 more command and needs to remove 2 commands to make it work like you like.

    SomeCollection = new Collection("...")
    fibers = __meteor_bootstrap__.require("fibers");
    connect = __meteor_bootstrap__.require('connect')
    app = __meteor_bootstrap__.app
    
    router = connect.middleware.router (route) ->
      route.get '/', (req, res,next) ->
        Fiber () ->
          SomeCollection.insert(...)
        .run()
        next()
    app.use(router)
    

    This should fix your problem.

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

Sidebar

Related Questions

I am using Meteor 4.2 (Windows) and I am always getting the update failed:
How would I use a (live running) MongoDB to develop another meteor app? I
I'm building a simple drawing app using the new Meteor.js app platform and paper.js.
I'm trying to create a meteor app using jquery UI features. However I'm not
I'm using meteor with the bootstrap package. (here is a chunk of code where
I'm using meteor. I'm wondering if theres a shorthand way to do batch updates
Using import datetime in python, is it possible to take a formatted time/date string
I was using xCode 3.2 and then moved to xCode 4.2 and getting some
Using Meteor, I'm wondering how best to handle different client-side collections that share the
I tried replicating the todos application without using the example meteor terminal commentlets Steps,

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.