vSphere 5.5 / vSphere Client
I'm working around vSphere api, and want to get information how vSphere clients access vSphere sdk.
To do so, I tried to capture their http communication with WireShark only to fail.
Although communicating in http, the vSphere sends back authroization cookie with "secure". Secure cookie makes the client do not send itself in http communication, so queries after authentication always fail.
I did:
- changed the /etc/vmware/rhttpproxy/endpoints.conf to allow http access to /sdk.
- input "http://server-name:80" to vSphere client server name box.
How can I do?