Hello, from what I notice from the HTTP RFC ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.2), the URI of an HTTP RFC does not contain the fragment part. It is only usefull for the client that issues the request. You can check this with your favorite browser and a tool such as nc for example (launch "nc -l 8080" on command line, and issue call to http://localhost:8080/test#testfragment), or with a packet sniffer such as wireshark.
Best regards, Thierry Boileau I can't retrieve the part after # in the request object. Is this possible > in Restlet? > > /theresource?thequery#theanchor > > I can't get the #anchor part from the request. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2956686 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2957056

