ロードテストするアプリで暗号化された URL をオンにすると、URL への最初のナビゲーションが 1 つでも記録できません。記録しているブラウザで、ページを表示できません。手動で web_url() 関数を作成すると、エラーが発生します。以下は、スクリプトと出力ログの両方です。以前に、この種のセキュリティ テクノロジに対してスクリプトを作成することに成功した人はいますか? そして、最初のページにさえ到達しないため、相関を使用しないとこれは解決しません。
Action()
{
    web_url("entrypoint", 
            "URL=http://e34jbsl00430.devillo.com:8080/entrypoint/", 
            "Resource=0", 
            "RecContentType=text/html", 
            "Referer=", 
            "Snapshot=t1.inf", 
            "Mode=HTML", 
            LAST);
    return 0;
}
Virtual User Script started at : 2013-04-16 17:15:30
Starting action vuser_init.
Web Turbo Replay of LoadRunner 11.0.0 for Windows 7; build 9375 (May 18 2011 01:44:32)   [MsgId: MMSG-27143]
Run Mode: HTML   [MsgId: MMSG-26000]
Run-Time Settings file: "C:\Users\F119506\AppData\Local\Temp\noname5\\default.cfg"       [MsgId: MMSG-27141]
Ending action vuser_init.
Running Vuser...
Starting iteration 1.
Starting action Action.
Action.c(4): Redirecting "http://e34jbsl00430.devillo.com:8080/entrypoint/" (redirection depth is 0)     [MsgId: MMSG-26694]
Action.c(4): To location "http://e34jbsl00430.devillo.com:8080/entrypoint/lL0pQMU3EnM;ENTRYPOINT_JSESSIONID=Z1s9WbTfYw0BW8LrXFckprZS"    [MsgId: MMSG-26693]
Action.c(4): Error -26627: HTTP Status-Code=404 (Not Found) for "http://e34jbsl00430.devillo.com:8080/entrypoint/lL0pQMU3EnM;ENTRYPOINT_JSESSIONID=Z1s9WbTfYw0BW8LrXFckprZS"     [MsgId: MERR-26627]
Action.c(4): web_url("entrypoint") highest severity level was "ERROR", 0 body bytes, 595 header     bytes, 5 chunking overhead bytes         [MsgId: MMSG-26387]
Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated.