On Sun, Jun 8, 2008 at 10:02 PM, Neo Anderson <[EMAIL PROTECTED]> wrote:
> Is there any way to relocate the path of rpc_relay.html file when Gadgets > server and container on different ports? > > I changed the file config/container.js parentRelayUrl variable, but no use. This value is appended to whatever you're passing in for the "parent" query string variable as well. Make sure that this is a valid path. > > So, I placed the file in the folder where my gadgets server is looking for > that file( which I don't want to do). This time I am getting "Invalid auth > token" error...? You need to make sure that you're sending an appropriate rpctoken as well as a security token (st) parameter. The former is a simple, fast sanity check on rpc calls. The latter is used for gadget to server request validation.

