S
Seguros Catatumbo
Hi everyone. Is there a way i can find out the value of HTTP_REFERER
when using application_error in global.asax?
I am using:
if (HttpContext.Current.Request.ServerVariables["HTTP_REFERER"] !=
null)
{
referencia =
HttpContext.Current.Request.ServerVariables["HTTP_REFERER"].ToString();
}
and it still is null
when using application_error in global.asax?
I am using:
if (HttpContext.Current.Request.ServerVariables["HTTP_REFERER"] !=
null)
{
referencia =
HttpContext.Current.Request.ServerVariables["HTTP_REFERER"].ToString();
}
and it still is null