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

Add Request Body Canonicalization specification #149

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
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
Prev Previous commit
Next Next commit
Rename to Request Body Canonicalization
tw4l committed Apr 4, 2024
commit 7f7cd3799041c0b51652cccab04a2dd5e92f549b
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
* [WACZ Signing and Verification](wacz-auth/latest/): the mechanics for signing and verifying WACZ files for proof of authenticity
* [Crawl Index JSON (CDXJ)](cdxj/latest/): an extensible format for WARC index files
* [IPFS Custom File Chunking for WARC and WACZ](wacz-ipfs/latest): a specialized content-aware chunking strategy for adding composite web archive files to IPFS
* [POST Canonicalization](post-canonicalization/latest/): a format for canonicalizing non-GET HTTP requests as GET requests for indexing and replay
* [Request Body Canonicalization](request-body-canonicalization/latest/): a format for canonicalizing non-GET HTTP requests as GET requests for indexing and replay

</section>
<section data-format="markdown">
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
"respec_js": "../../assets/js/respec-webrecorder.js",
"publishDate": "2024-04-08",
"license": "cc-by",
"thisVersion": "https://specs.webrecorder.net/post-canonicalization/latest/",
"latestVersion": "https://specs.webrecorder.net/post-canonicalization/latest/",
"shortName": "post-canonicalization",
"thisVersion": "https://specs.webrecorder.net/request-body-canonicalization/latest/",
"latestVersion": "https://specs.webrecorder.net/request-body-canonicalization/latest/",
"shortName": "request-body-canonicalization",
"group": "CDX",
"includePermalinks": true,
"authors": [],
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# POST Canonicalization
# Request Body Canonicalization

## Abstract