From: btricha@... Date: 2008-09-13T02:56:54+09:00 Subject: Re: HTTPS POST with basic authentication Have you tried including your username and password in the url when you create your uri for the POST request? For example, http://foo:bar@www.domain.com, where foo is your username and bar is your password. On 9/12/08, Piyush Ranjan wrote: > Hi > I need to do a https POST with basic authentication to query a service. I am > unable to find this in api or any of the blog entries I am seen so far. Is > it possible to do this ? >