Re: [w3c/push-api] Some questions about VAPID and encrypted messages (#278)

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