首页 > 解决方案 > URL 中的主机名无效 HP 性能中心

问题描述

我是 HP 性能中心的新手并正在录制脚本。录制成功,但是当我尝试运行录制的脚本时

Error   797 Action.c(797): Error -32998: Invalid host name in URL="http:\\/"https://www.youtube.com/embed/3IqJIzJPrbw///""   [MsgId: MERR-32998]    Action.c    C:\Workspace_HP\CreateQuoteAndConfigure_KW_CERT_Updated CreateQuoteAndConfigure_KW_CERT_Updated

而且我在通话中没有看到任何提到 youtube 链接的地方

这是因上述错误而失败的调用:

web_custom_request("ClientUI.ashx_3",
    "URL=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/configurator/handlers/ClientUI.ashx",
    "Method=GET",
    "Resource=0",
    "RecContentType=text/html",
    "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default",
    "Snapshot=t30.inf",
    "Mode=HTML",
    EXTRARES,
    "URL=/experlogix/site/styles/MSCRM60-Borders_PACCAR/catHdrTreeMinus.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/resources/styles/custom-2.css?20190926050952", ENDITEM,
    "URL=../images/tbAdd04.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=../images/tbInfo01.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=/experlogix/site/images/30c67911-796a-425d-89cd-6f622a79d355_printer-32x32.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=/experlogix/site/resources/images/icon_caution_25px1.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    "URL=/experlogix/site/resources/images/icon_pass_25px1.png", "Referer=http://{host_kwsalestoolportal-cert_na_paccar_com}/experlogix/site/pages/ConfigureItem.ashx?target=config&oType=1084&oTypeName=quote&orgName=SalesToolYARCert&id={QuoteId}&PortalUserId=fb1b42fb-a315-e811-816a-005056a20489&PortalWebsiteId={GlobalId}&uiLang=1033&mode=default", ENDITEM,
    LAST);

有人可以帮助我如何调试和调查以修复此错误吗?对 HP 和 C 来说非常新,所以在这方面非常天真。

标签: cperformance-testing

解决方案


我能够在网络 > 映射和过滤 > 记录选项中的流量过滤中添加 youtube 通话,并且能够绕过 youtube 通话。


推荐阅读