I need to extract information from the request header in the FIDDLER
application to make a comparison of a context variable that is sent in the header and set routes based on that variable.
In case, if the variable is value 3, the fiddler
should call a route, if it is 2, it should call another route !!!
Any ideas how to do this?
remembering that the variable comes in the request header, not the url/uri
.