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