by drl42 on 2/25/16, 5:24 PM with 13 comments
by Sidnicious on 2/25/16, 5:53 PM
Here's an example client that I wrote in Go for a client that doesn't have access to an HTTP/2 library. It listens for JSON on stdin. I highlighted the guts:
https://github.com/Sidnicious/pushprovider/blob/49b1f6329522...
by simonw on 2/25/16, 7:06 PM
by magila on 2/25/16, 6:46 PM
by sbose78 on 2/25/16, 6:23 PM
by leesalminen on 2/25/16, 5:56 PM
Does anyone know why Apple uses certificates instead of API keys (a la GCM) for authorization?