Password Manager Pro is a secure enterprise password management software solution which serves as a centralized password vault to manage shared sensitive information, including privileged accounts, shared accounts, firecall accounts, documents and digital identities of enterprises. I'm trying to do this last POST programmatically using HttpClient Problem is that once I do httpClient.executeMethod(postMethod) I never get response back and program hangs until the session timeout. That, I understand is due to the fact that instead of replying to POST request, SM agent does it thing and redirects to the original targeted page.