|
在网上找了很多,都没找到解决办法,不知道各位大虾有好的方法没
代码的开头如下:
Action()
{ web_set_user("mtc-10\\***",
lr_decrypt("4a725c0980087d59ad6a8f5005"),
"mtc-10:****");
web_add_cookie("LightClient=1; DOMAIN=mtc-10");
web_url("mtc-10:****",
"URL=http://mtc-10:****/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
错误提示是:
Action.c(10): Error -26630: HTTP Status-Code=401 (Unauthorized) for "http://mtc-10:****/" [MsgId: MERR-26630]
Action.c(10): web_url("mtc-10:****") highest severity level was "ERROR", 3829 body bytes, 696 header bytes [MsgId: MMSG-26388] |
|