Managed Fusion URL Rewriter & Reverse Proxy – Release 3.0
I am happy to announce the 3.0 release of the Managed Fusion URL Rewriter & Reverse Proxy. Since my previous release in February I have been working hard on a significant rewrite of the core, that to be honest really needed refactoring if I hoped to extend the rewriter is some interesting ways in the future.
Download: Binary Release
View: Source Code
Discuss: Forum
Issues: Report
Release Notes
If you would like to find out more about the past releases please visit us at http://www.managedfusion.com/products/url-rewriter/release-notes.aspx
Version 3.0
- Breaking Change Configuration in the web.config has been reorganized.
- Major rewrite to the URL Rewriter to provide better performance and more reliable logging.
- Major update to the proxy handler, it is much faster, and provides an exact duplication of headers from the proxied server.
- Fixed many issues with the chunked encoding, so you are now able to proxy web based services, such as SVN.
- Full rewrite of the rule, condition, and flag handling system to provide better performance and more flexibility for developers.
- More extensibility points have been created for developers interested in creating their own handlers for rules, conditions, and flags.
- More extensive testing of internal mechanics of the rewriter.
- Added thread safety to the Apache rule set refresh.
- Added initial support for Microsoft UrlRewriter IIS 7 module, this will provided a starting point for extension of the Microsoft configuration to support proxying and other more advanced Apache features.
Featured at PDC 2008
Tags: Managed Fusion URL Rewriter and Reverse Proxy, URL Rewriter








June 7th, 2009 at 5:17 pm
Managed Fusion URL Rewriter …
You’ve been kicked (a good thing) – Trackback from DotNetKicks.com…
June 9th, 2009 at 4:35 am
[...] Managed Fusion URL Rewriter & Reverse Proxy – Release 3.0 – Nick Berardi’s Coder Journal [...]
June 10th, 2009 at 5:45 pm
[...] Managed Fusion URL Rewriter & Reverse Proxy – Release 3.0 – Nick Berardi’s Coder Journal [...]
June 13th, 2009 at 11:25 pm
Interesting Finds: 2009 06.01 ~ 06.14…
Web How to Easily Create a JavaScript Framework, Part 1 – Part 2 Asynchronous innerHTML 10 HTML Tag Crimes…
June 16th, 2009 at 2:57 pm
I am using the Managed Fusion URL Rewriter & Reverse Proxy – Release 3.0 as a reverse proxy and it works great.
Can you point me to how I can replace the absolute urls coming from the backend server with new base urls that the proxy represents?
e.g I need http://www.backend/help.html to be sent to the client browser as http://www.frontend/help.html
Thanks in advance