I am writing HttpHandler and I am not able to access to QueryString in Request object (QueryString is empty). I am not sure is it problem encoding or something else.
Sample of URL ( method is GET )
web.config
<httpHandlers>
<add verb=”*” path=”*” type=”ProxyWeb.MyProxy”/>
</httpHandlers>
Thanks for help
Solution to my problem was to delete all pages from site. From some reason pages are messing up routing to handler.