Skip to content

Commit

Permalink
Include section on cleartext req/resp headers
Browse files Browse the repository at this point in the history
To match IETF spec
  • Loading branch information
lusayaa authored Jan 7, 2025
1 parent 7f754f0 commit 816de49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FLEDGE_Key_Value_Server_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ HTTPS is used to transport data. The method is `POST`.

The HTTP POST body is encrypted.

#### Cleartext headers

Requests contain a cleartext HTTP `Content-Type` header with value `message/ad-auction-trusted-signals-request`.

Responses contain a cleartext HTTP `Content-Type` header with value `message/ad-auction-trusted-signals-response`.

#### Encryption

We will use [Oblivious HTTP](https://datatracker.ietf.org/doc/draft-ietf-ohai-ohttp/) with the following configuration for encryption:
Expand Down

0 comments on commit 816de49

Please sign in to comment.