When turning on encrypted urls on the app I am supposed to loadtest, even a single first navigation to a url is not possible to record. The browser that I am recording against gives me a page cannot be dispalyed. Creating a manual web_url() function results in error. Below is both the script and the output log. Anybody successfully managed to script against this kind of security technology before? And no using correlation does not solve this one since I do not even get to the first page.
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.