Using ProxyKit to Simulate IIS Rewrite Rules
In many ASP.NET apps I worked on, I used reverse proxy in a number of situations. Typically I used IIS modules: Application Request Routing and URL Rewrite. You can install both inside IIS using Microsoft Web Platform Installer. In ASP.NET Core we cannot assume that the application is hosted on Windows inside IIS. As I …
Continue reading ‘Using ProxyKit to Simulate IIS Rewrite Rules’ »