Hi,
I am BMP novice and I am trying to implement the following use case: intercept any Browser request before it reaches local DNS resolver or its cache inside the OS. Then check the URL inside the request: if the URL is one of 10 specific ones, then redirect Browser to one specific web application URL. Otherwise, pass on the request to the local DNS resolver so it can resolve to reach the URL that was in the HTTP request.
Is that possible with BMP and how? Can BMP run within a Browser process? Or it can only run as a client program within OS, side by side with Browser?