Hi Thierry

Many thanks for your help.

I'm not using Ajax, and I don't think this is a 'same origin policy' mechanism 
issue, becuase if I substitute: 

router.attach("/trace", MyClass.class) 

with: 

router.attachDefault(myClass.class) 

then it all works fine, when my browser points to:
http://myHost:8096/trace

It's really such a simple test case (10 lines and a remote browser) so I assume 
it's something obviously wrong with my restlet configuration, but I can't see 
what.

(note: MyClass simply returns 'OK WORKING' text representation in response to 
the GET request)

Many thanks.
Bob

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

Reply via email to