Mongodb – Is it better to use a 403 response or 404?
I have a restAPI which allows for users to submit data to be saved in my database. When data is submitted their userID will be grabbed from the request header and added to the document In my collection (mongoDB) there…