Re: [MarkLogic Dev General] custom Rest rewriter

2017-04-18 Thread David Lee
The simplest way is to use 2 ports, the 'stock' REST port for rest, and an HTTP port for your app. This allows for the greatest flexibility wrt security, and is generally easier to configure. Sometimes it’s a win wrt networking (don’t expose the port of the REST api app, just expose your

[MarkLogic Dev General] custom Rest rewriter

2017-04-18 Thread Rajesh Kumar
Hi Team, I'm planning to customize MarkLogic default REST rewriter. Want to deploy web application inside REST Module database which contains css/images/js and HTML. Can you help me in writing custom rewriter where i can use both Rest endpoints and myapp endpoints. The reason behind this is I