General Information
BangDB supports HTTP 1.1 (default) and 2.0 protocol.
BangDB APIs typically use only following methods, others are available only for very few cases.
- HEAD, GET, POST, PUT, DELETE
Supported headers:
Content-Type: application/json
Content-Type: text/plain
Connection: keep-alive
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: *
Access-Control-Allow-Headers: *
Vary: *
Access-Control-Max-Age: 3600
Binary data or object should be passed with base64 encoding using Content-Type: text/plain.