- From: floatingstone <notifications@github.com>
- Date: Mon, 17 Jul 2017 05:47:01 -0700
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 July 2017 12:47:27 UTC
What about the following situation? How does the push service store the applicationServerKey?
```javascript
while(true) {
// construct a subscribe request using a fack "vapid" (changes every time);
// send the request to the push service;
}
```
Request format:
> POST /subscribe/ HTTP/1.1
> Host: push.example.net
> Content-Type: application/webpush-options+json;charset=utf-8
> Content-Length: <length of the body>
>
> { "vapid": ".......fack infomation......." }
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/278#issuecomment-315745466
Received on Monday, 17 July 2017 12:47:27 UTC