Questions tagged [managedfusion]
4 questions
2
votes
1 answer
URL Rewriter Managed Fusion strip a QueryString
I'm Using Managed Fusion URL Rewriter, so far it has been awesome.
Now I just need to make sure a query string is passed in a URL from a proxy website.
I Need to pass CODE=777 on every call so I have the code below:
RewriteRule ^(.*) …

DAEMYO
- 989
- 8
- 12
0
votes
1 answer
ManagedFusion Url Rewriting not working
As per my other question UrlRewriter.NET with .NET 4.0 not working I was unable to get UrlRewriter.NET to work.
So now I have tried ManagedFusion. It works locally but does not work on the server BUT the errors are different and I sense that this…

Adam
- 16,089
- 6
- 66
- 109
0
votes
1 answer
ManagedFusion Rewriter 404 if trailing slash is missing?
I'm using ManagedFusion Rewriter as a reverse proxy. The configuration is fairly simple:
RewriteRule ^/api/(.*) http://www.example.com/api/$1 [P]
This will work pretty much for any URL. However, if the URL happens to not end on a trailing slash, it…

Alpha
- 7,586
- 8
- 59
- 92
0
votes
2 answers
Managed Fusion as a Reverse Proxy
I am trying (and failing) to set up a reverse proxy.
I have tried:
The Microsoft-specific way.
Redirection works, but not URL re-writing (where the client doesn't see any change in the URL, but the request is handled by another website).
Using…

Peter K.
- 8,028
- 4
- 48
- 73