0

我正在使用 Webclient 来获取响应文本:

  String strPathAndQuery = HttpContext.Current.Request.Url.PathAndQuery;
  String strUrl = HttpContext.Current.Request.Url.AbsoluteUri.Replace(strPathAndQuery, "/");

  WebClient client = new WebClient();
  myresponse = client.DownloadString(strUrl + "/handles/x.ashx");

但是,即使我已登录,响应也是登录页面。

我怎样才能解决这个问题?

4

0 回答 0