iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

Equivalent to Router.current() on server side #1530

Open mmuric opened 8 years ago

mmuric commented 8 years ago

Hi is there any equivalent to Router.current().params.query on server side. I need to grab query parameters on server side, but I cannot pass down this parameters as options of methods. Is there any recommended way to grab query params on server side.

Thanks in advance.

Batistleman commented 8 years ago

Where to you need the parameters? Perhaps you could try the connection? (https://docs.meteor.com/api/connections.html)