|
运行时报错如下:
Action.c(6): Error -26547: Authentication required, please use web_set_user, e.g. web_set_user("domain\\user", "password", "host:port"); [MsgId: MERR-26547]
Action.c(6): Error -26630: HTTP Status-Code=401 (Unauthorized) for "http://localhost/KLCQMS/Webs/" [MsgId: MERR-26630]
Action.c(6): web_url("Webs") highest severity level was "ERROR", 2150 body bytes, 674 header bytes [MsgId: MMSG-26388]
相关的代码:
Action()
{
web_url("Webs",
"URL=http://localhost/KLCQMS/Webs",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"URL=Webs/images/purple_bg02.gif", "Referer=http://localhost/KLCQMS/Webs/", ENDITEM,
LAST);
lr_think_time(4);
怎么解决啊?谢谢同志们! |
|