i am using the http and ICA(Citrix) mulicate protocol to record the script by LR12.53.
but from now on only record the script with http, no any script generate in Citrix.
i need to know how can i get the script with Citrix. BTW, i can not using the ica file,because the ica file will be invalid when using one time. so we have to click the button from the IE browser.
give the script example when i recored.
web_submit_data("List_2",
"Action=https://lims.pg.com/Citrix/GADC-LIMSWeb/Resources/List",
"Method=POST",
"RecContentType=application/json",
"Referer=https://lims.pg.com/Citrix/GADC-LIMSWeb/",
"Snapshot=t7.inf",
"Mode=HTML",
ITEMDATA,
"Name=format", "Value=json", ENDITEM,
"Name=resourceDetails", "Value=Default", ENDITEM,
LAST);
web_custom_request("GetUserName",
"URL=https://lims.pg.com/Citrix/GADC-LIMSWeb/Authentication/GetUserName",
"Method=POST",
"Resource=0",
"Referer=https://lims.pg.com/Citrix/GADC-LIMSWeb/",
"Snapshot=t8.inf",
"Mode=HTML",
"EncType=",
LAST);
web_submit_data("ListAvailable",
"Action=https://lims.pg.com/Citrix/GADC-LIMSWeb/Sessions/ListAvailable",
"Method=POST",
"RecContentType=application/json",
"Referer=https://lims.pg.com/Citrix/GADC-LIMSWeb/",
"Snapshot=t9.inf",
"Mode=HTML",
ITEMDATA,
"Name=resourceTypes", "Value=Citrix.MPS.Application", ENDITEM,
LAST);
web_submit_data("Q29udHJvbGxlcnMuTEFCV0FSRTdfUUE-",
"Action=https://lims.pg.com/Citrix/GADC-LIMSWeb/Resources/GetLaunchStatus/{ICA_File}-",
"Method=POST",
"RecContentType=application/json",
"Referer=https://lims.pg.com/Citrix/GADC-LIMSWeb/",
"Snapshot=t10.inf",
"Mode=HTML",
ITEMDATA,
"Name=createFileFetchTicket", "Value=false", ENDITEM,
LAST);
Information:
LR12.53, Citrix Receiver4.6
Issue:
1.What the support version of citrix server with LR12.53
2.why no script displayed in the citrix/http. How can i fix it.