Hi all,
Im writing a url rewriting engine, and currently have static files mapped to my static http handler, which works fine and everything else going to my base http handler, which checks the requested url against some xml rules and if necessary rewrites the url, it will also check for default.aspx in directory requests.
This is all great, except once i've done this I need to pass the request back to where ever it would have originally gone so the page is processed.
Im not sure how I do this, what namespace or method it is, but figure it must be possible?
If anyone knows how you pass a request to asp.net so it processes the request please let me know,
Thanks,
Matt.
Im writing a url rewriting engine, and currently have static files mapped to my static http handler, which works fine and everything else going to my base http handler, which checks the requested url against some xml rules and if necessary rewrites the url, it will also check for default.aspx in directory requests.
This is all great, except once i've done this I need to pass the request back to where ever it would have originally gone so the page is processed.
Im not sure how I do this, what namespace or method it is, but figure it must be possible?
If anyone knows how you pass a request to asp.net so it processes the request please let me know,
Thanks,
Matt.