Hi Thierry,

With WireShark I am not able to listen on the localhost communication but
here is the NetCat output:


D:\Programme\NCat>ncat -l -p 8080
GET /RESTfulServices/resources/customers/pkey/2176172632 HTTP/1.1
Transfer-Encoding: chunked
Date: Wed, 24 Feb 2010 13:19:10 GMT
Accept: */*
Accept-Charset: ISO-8859-1, UTF-8;q=0.7, *;q=0.7
Accept-Encoding: gzip, deflate
Accept-Language: de-de, de;q=0.8, en-us;q=0.5, en;q=0.3
Referer: http://127.0.0.1:8888/testrestlet/hosted.html?testrestlet
User-Agent: Restlet-Framework/2.0snapshot
Cookie:
http%3A%2F%2F127.0.0.1%3A8888%2Feintragspflege%2Ftheme=%7B%22state%22%3A%7B%22id%22%3A%22s%3Ablue%22%2C%20%22file%22%3A%22s%3Agxt-all.css%22%7D%7D

0

^C
D:\Programme\NCat>

I have set up my RESTfulServices on another machine and I can send you the
WireShark communication if it might help… 


Gruß, Cheers,


ab

Thierry Boileau wrote:
> 
> Guten Tag ab,

> 

> you should keep the MODE_CLIENT_DISPATCHER mode.

> Could you trace the sent requests/response with wireshark, for example?
 
> Or let netcat listen on the 8080 (instead of your real server) port as
> follow :

> 

> $>nc -l -p 8080

> 

> It will show you the request that arrives from the server listening on
> port 8888.

> 

> Best regards,

> Thierry Boileau
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-write-an-Universal-redirector-tp4620578p4625967.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2451547

Reply via email to