First time OrientDB user regarding security in REST api -


i new orientdb. going thorugh rest apis , not able understand security of apis. dont have experience backend development (i front end developer) please me clarify points here :

  • as can see requests open, in, if know url & record or class name can type in web browser & can access records. how data protected ??
  • how access tokens or session works rest apis ??

this might basic question since have started learning please suggest right approach or useful resources.

thanks.

all rest requests authenticated using http authentication, if have orientdb studio open authenticated , browser not ask again user/password. try open new anonymous browser window , send rest call, see popup asking user/password.

here can find additional info http , sessions

http://orientdb.com/docs/last/orientdb-rest.html


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -