Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WICG/turtledove into fix-join-bid-h…
Browse files Browse the repository at this point in the history
…istory-edge-case
  • Loading branch information
caraitto committed Jan 24, 2025
2 parents 219f8af + 8b97d93 commit a7d5ca2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions FLEDGE_Key_Value_Server_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,20 @@ For more information on the design, please refer to [the trust model explainer](

![V2 API diagram](assets/fledge_kv_server_v2_api.png)

HTTPS is used to transport data. The method is `POST`.
The request contains an outer HTTP layer with an inner [Oblivious HTTP](https://datatracker.ietf.org/doc/draft-ietf-ohai-ohttp/) layer.

The HTTP POST body is encrypted.

### Outer HTTP layer
For the outer HTTP layer:
* HTTPS is used to transport data.
* The HTTP method is `POST`.
* Requests specify Content types via these headers:
```
Content-Type: message/ad-auction-trusted-signals-request
Accept: message/ad-auction-trusted-signals-response
```

### Inner HTTP layer

#### Encryption

Expand Down

0 comments on commit a7d5ca2

Please sign in to comment.