Hacker News new | ask | show | jobs
by lxbarth 5102 days ago
> they must be using a proxy to get around same origin on API requests

Actually, the only part that's proxied through a server side app is authentication. GitHub's v3 API supports CORS to the extent Prose uses it.

1 comments

Oh that is sweet.