-
https://httpwg.org/http-extensions/draft-ietf-httpbis-variants.html#cache seems to return an empty result when the freshest stored-response has not Variants header, which seems to disable caching enti…
-
One suggestion in DNSOP was to make the SvcRecordType implicit.
For example, remove the field and distinguish between the two forms by
whether the SvcRecordValue is empty or not.
-
Hi, there is a very interesting spec evolving in the IETF, detailing nicely the problems to TLS client certificate use from HTTP/2.0, and providing what from a distance seems like a workable solution …
-
From #59:
There's some fuzziness about terminology around the differences between:
* a header's complete value
* a header line
* an individual value in a list-based header field
This could …
-
Collect info on Rust implementations of protocols like http, http/2, grpc, thrift, and so on. What is the status of each?
-
Some sites send the same headers multiple times, e.g.:
```sh
curl -sSIL https://github.com/
```
```text
HTTP/1.1 200 OK
Date: Wed, 10 Jan 2018 18:19:31 GMT
Content-Type: text/html; charset…
alrra updated
4 years ago
-
Hi @rowan-m ,
I'm using Chrome v62. I transformed my cookie attributes as below:
```js
document.cookie = cname + "=" + cvalue
+ "; " + "expires=" + d.toUTCString()
+ "; path=/; sameSite=Non…
-
draft-ietf-httpbis-digest-headers includes examples of sha-256 in the Digest header value, but no examples of the two new algorithms it introduces: id-sha-256 and id-sha-512.
Examples would be extr…
-
https://github.com/whatwg/html/issues/3740#issuecomment-433945551 sketches out v1 for the various headers needed to enable `SharedArrayBuffer` and friends.
At Mozilla we think we'll quickly need to…
-
Per agreement in httpbis WG, https://tools.ietf.org/html/draft-ietf-httpbis-bcp56bis-08 section 4.8 says we SHOULD use our own media type (application/json+otrp) instead of the generic application/jso…