We have a server application that loads into the IIS workflow. When we request the browser URL, our application can see the current httpcontext, but it is null when we use a tool that sends some download requests using the .net WebRrquest.Create method.
We are trying to decide that when a request comes from our tool, we send additional parameters to its headers so that our application on the server can understand that this request requires some special processing.
What should be the approach we should follow?
source share