Relay PTV xServer Requests in your ASP.NET Middleware

This forum deals with any kind of web based client technology, whether it is the well known java script based Ajax servlet or the upcoming approaches such as Leaflet, OpenLayers and so on.
Post Reply
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Relay PTV xServer Requests in your ASP.NET Middleware

Post 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
Post Reply