Hello Yousef, the "method" parameter is passed in the URI query string with the method name such as PUT. You can have a look to http://www.restlet.org/documentation/1.0/faq#19 and to the TunnelService.
best regards, Thierry Boileau > Hey > > I want to allow the method information to go in the URI, not just the > header, as a work around solution to situations where the client can't sent > put or delete requests to the server. I guess I saw that it's supported by > default in restlet!!!! Is that right? > > ygh > >

