Is there any way to find out from which URL the request is requested on the Meteor server?
In particular, I would like to filter the Meteor.publish method based on the URL parameters that the request has. Doing this on the server would be safer than sending parameters from the client to Meteor.subscribe , as client vars can be hacked.
source share