I am trying to use MongoDB with a REST interface on a NodeJS host and I am puzzled. I read about REST all day, and I just can't figure it out.
Say I have an unreliable (browser) client. Invalid client calls "GET / somecollection", server checks client permissions and then calls "GET / somecollection" in the database itself?
source share