Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encourage OHTTP to prevent linking schema requests #207

Merged
merged 4 commits into from
Aug 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1077,15 +1077,21 @@ <h3>Verifier Caching</h3>
</p>
</section>
<section class="informative">
<h3>Content Distribution Networks</h3>
<h3>Schema Resolution</h3>
<p>
The use of content distribution networks by <a>issuers</a> can increase the
andresuribe87 marked this conversation as resolved.
Show resolved Hide resolved
privacy of <a>holders</a> by reducing or eliminating requests for the
andresuribe87 marked this conversation as resolved.
Show resolved Hide resolved
schemas lists from the <a>issuer</a>. Often, a request for a schema
list will be served by an edge device and thus be faster and reduce the load
schemas from the <a>issuer</a>. Often, a request for a schema
will be served by an edge device and thus be faster and reduce the load
on the server as well as cloaking <a>verifiers</a> and <a>holders</a>
from <a>issuers</a>.
</p>
<p>
Furthermore, the use of <a href="https://ietf-wg-ohai.github.io/oblivious-http/draft-ietf-ohai-ohttp.html">Oblivious HTTP</a>
can prevent linking schema requests made by <a>holders</a>. It is encouraged that implementers allow configuration
of an <a href="https://ietf-wg-ohai.github.io/oblivious-http/draft-ietf-ohai-ohttp.html#dfn-relay">Oblivious Relay Resource</a>
to be used when doing <a>schema resolution</a>.
andresuribe87 marked this conversation as resolved.
Show resolved Hide resolved
</p>
</section>
</section>
<section class="informative">
Expand Down