In our case, we built our own REST server application to implement our API - which is responsible for authentication, authorization, and limits on queries - and it accesses OrientDB.
It would be cool to do the whole thing in Orient, but our cases are sufficiently complex that I think we need the separate REST server layer. I'll be interested to see how far you can push this. - Dexter Dexter Pratt Director, NDEx project Ideker Lab UCSD / Cytoscape Consortium [email protected] - [email protected] www.ndexbio.org On Saturday, March 15, 2014 at 11:39 AM, Gaurav Dhiman wrote: > Any suggestions on this? > How to block default HTTP/REST access to DB and only allow access on > HTTP/REST through server side functions ? > > Any suggestions will help a lot. > > Regards, > Gaurav > > > > On Thursday, March 13, 2014 8:55:14 PM UTC+5:30, Gaurav Dhiman wrote: > > Hi, > > > > I do not want the default HTTP/REST access open for anyone to look into DB > > (even logged-in user). > > I want to give access on HTTP/REST through server defined functions only, > > all other REST access should not be allowed. > > > > How to achieve it ? > > > > Regards, > > Gaurav > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > (mailto:[email protected]). > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
