Skip to content
mohsinhijazee edited this page Sep 13, 2010 · 15 revisions

rest_plugin

rest_plugin makes possible to access Dedomenon databases via REST API.

HTTP Notes

HTTP is a request and response protocol between a server and a user agent.

Request Message

consists of following:

  • Request line: GET /images/logo.gif HTTP/1.1
  • Headers such as Accept-Language: en
  • An empty line
  • An optional message body.

REST Auth Notes

REST Auth can be done in two ways.

  • One is replicating some existing custom scheme or developing one of our own.
  • Trying to incorporate HTTP Authentication.

I would go for the second because REST emphasizes to leverage existing infrastructure

HTTP Authentication

Architecture

Installation

Clone this wiki locally