vSphere client has invoked my sample cgi script as below when I click the tab(my new tab).
[25/Jun/2013:20:01:26 +0530] "GET /cgisc/one1.cgi?&moref=VirtualMachine:vm-572&serverGuid=92A66055-D11B-453B-8A83-141BF374E608&locale=en_US&vimSessionKey=520da36d-b9be-9151-9ca9-f76d40fb183f&serviceUrl=https://<VCENTER SERVER IP>/sdk HTTP/1.1" 200 100 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; AskTbORJ/5.15.23.36191)"
My script has printed the Service URL and session ID as below
Session ID : 520da36d-b9be-9151-9ca9-f76d40fb183f
Service URL : https://<vcenter IP>/sdk
Below is error message its getting printed when i try to connect with session id.
Error while testing status of connection 'https://<vcenter IP>:443/sdk/': The session is not authenticated.
I am not using FQDN/Hostname of the vCenter Server. I am using vCenter server IP.