You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way that pywb rewrites URLs for POST (and other non-GET) request canonicalization ends up writing Pythonic values into the URL such as True, False, and None, whereas we ideally want to have it use valid JSON values.
This is part of making POST canonicalization consistent across Webrecorder tools. Related to webrecorder/specs#141
The text was updated successfully, but these errors were encountered:
We will also need to ensure that the fuzzy matching in pywb and wabac.js works with previously-created URLs created by pwyb, or develop a process to reindex as necessary.
tw4l
linked a pull request
Apr 3, 2024
that will
close
this issue
The way that pywb rewrites URLs for POST (and other non-GET) request canonicalization ends up writing Pythonic values into the URL such as
True
,False
, andNone
, whereas we ideally want to have it use valid JSON values.This is part of making POST canonicalization consistent across Webrecorder tools. Related to webrecorder/specs#141
The text was updated successfully, but these errors were encountered: