Currently we are unable to instrument any http or https requests in asp.net. For eg: when we do Response.Redirect or
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(txtinput.Text);
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
We are not able to instrument this HttpRequest containing txtinput.Text.
Currently we are unable to instrument any http or https requests in asp.net. For eg: when we do
Response.RedirectorWe are not able to instrument this
HttpRequestcontainingtxtinput.Text.