Peter T. Brown

Results 10 comments of Peter T. Brown

We too are considering GroundDB for this use case.

I confirm this is what I'm using using the `subscriptions` option.

Curiously, if you simply reference `this.ready` in `action` (even if you don't do anything with it) the progress indicator will fire as expected.

OK great thank you. I'm actually trying to have a single proxy serve multiple users. I assume I can implement cookie based session tracking in a similar way to track...

Eek, that sounds pretty bad. I guess I can make a unique subdomain for each proxy user, which is created only after they authenticate but then used thereafter.

But actually I'm not even sure how to get the URL used for the proxy in any of the request callbacks.

OK very interesting. The other approach I'm considering is simply to provide each user a unique proxy address. Something like `https://65fd68hg6az0sd.myproxy.com`. They'd need to login use basic auth but then...

Interestingly (and frustratingly) OSX and iOS does [**not** do this](https://discussions.apple.com/thread/7067687?start=0&tstart=0) but FireFox will, so it seams implementation of the spec is not consistent. It looks like I'll need a mixed...

There should be a custom excludes one can set maybe

I would also note that the icons appear correctly when run on the simulator.