unity interacting with Mongodb

I am currently trying to integrate Unity into a working implementation of the Mongodb server package. the server is set up, and is working through web-apps, and Android-native. I have been asked to integrate functionality into Unity. I am able to do get requests, but the way that the server is setup I just can’t get any POST request to work.

are there any tutorials, or working project demonstrations of mongodb being used in Unity (particularly the WWW class as webplayer is a target)

with our implementation I detail the POST request formatting here but for utilizing other verbs (PUT/DELETE) an intermediary script was needed to complete the tasks needed.