Re: Getting the Full Request URL from HTTP Core API

2011-06-27 Thread Hiranya Jayathilaka
On Tue, Jun 28, 2011 at 1:12 AM, Oleg Kalnichevski wrote: > On Mon, 2011-06-27 at 22:17 +0530, Hiranya Jayathilaka wrote: > > Hi Devs, > > > > Is there a way to get the actual URL requested by the client when > receiving > > a message through HTTP Core API? For instance if we are implementing a >

Re: Getting the Full Request URL from HTTP Core API

2011-06-27 Thread Oleg Kalnichevski
On Mon, 2011-06-27 at 22:17 +0530, Hiranya Jayathilaka wrote: > Hi Devs, > > Is there a way to get the actual URL requested by the client when receiving > a message through HTTP Core API? For instance if we are implementing a web > server using HTTP Core, and the user types in the URL > http://tes

Getting the Full Request URL from HTTP Core API

2011-06-27 Thread Hiranya Jayathilaka
Hi Devs, Is there a way to get the actual URL requested by the client when receiving a message through HTTP Core API? For instance if we are implementing a web server using HTTP Core, and the user types in the URL http://test.com/1/2/3on his browser, is there a way to get the full URL including th