Actually it should work even with "restrict to memers of domain"
option, if you omit "login:' option for AppRocket URL (judging from
you config snippet, that part is correct).
If you get "Unauthorized" error, it means that local and remote key
(configured in key.py) are different for some reason.
You may try to open URL
http://localhost:8080/rocket/?secret_key=your_key
in a browser and see if it works (you can do the same for hosted App
Engine URL).
On Dec 3, 3:29 pm, Rijk Stofberg <
rijk.stofb...@gmail.com> wrote:
> All valid questions :)
>
> Taking it from the top...
> I did run it against my local dev instance with URL set to
> localhost:8080/rocket and I get an Unauthorized error.
>
> The config snippet looks like this:
> - url: /rocket/.*
> script: rocket/rocket.py
>
> Yes the app does is restricted to members of the domain.
>
> Thanks!
> Rijk
>