Page 1 of 1

Relay PTV xServer Requests in your ASP.NET Middleware

Posted: Thu Mar 26, 2015 8:00 am
by Oliver Heilig
Hi there,

added a new tutorial to our GitHub space that shows how to relay xServer Requests in your ASP.NET Middleware.

https://github.com/ptv-logistics/XServerAspProxy

This can be useful when accessing xServer behind a firewall, allow cross-domain and cross-scheme calls, add some load-balancing or fail-over, tile-caching, etc. You can also use your own authorization or inject xServer credentials inside the middleware. For example, you can add your xserver internet token and don't have to expose it in JavaScript. The web-client can still use xServer in exactly same way as it does for a direct access.

Oliver