Skip to content

Proxy for accessing ressources in the database

Daniel Roewenstrunk requested to merge feature-xquery-proxy into develop

Created by: roewenstrunk

The proxy can be used to get access to documents and files in the database. The parameter ressourcePath is used to point to the file (e.g. /db/apps/doc/resources/images/existdb-web.svg). The parameter contentType is used to give the content type for the HTTP response (e.g. application/xml, image/png, text/css;%20charset=UTF-8, see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types).

Merge request reports