ReplayWeb.page Version
App v0.16.1 & Extension v0.16.1
What did you expect to happen? What happened instead?
A font file with a space in its filename (Raleway%20Regular.woff) is captured
successfully (Status 200, visible in Resources tab), but fails to load during
replay with a 404 error.
The replay engine appears to mangle the URL by inserting a / before the
encoded space, turning:
/assets/font/Raleway%20Regular.woff
into:
/assets/font/Raleway/%20Regular.woff
Console error during replay:
GET ..../https://web-url.com/assets/font/Raleway/%20Regular.woff net::ERR_ABORTED 404 (Not Found)
The font is present in the archive (confirmed via Resources tab search), so
this is a replay URL rewriting issue, not a capture issue.
Step-by-step reproduction instructions
- Archive any website that loads a font file with a space in its filename
(e.g., Raleway%20Regular.woff at https://bridge-front.netlify.app/)
- Confirm the font appears in the Resources tab with Status 200
- Replay the archived page
- Open DevTools → Console: observe 404 error for the font URL
- Compare the requested URL vs. the original — note the inserted
/
before %20
Additional details
No response
ReplayWeb.page Version
App v0.16.1 & Extension v0.16.1
What did you expect to happen? What happened instead?
A font file with a space in its filename (
Raleway%20Regular.woff) is capturedsuccessfully (Status 200, visible in Resources tab), but fails to load during
replay with a 404 error.
The replay engine appears to mangle the URL by inserting a
/before theencoded space, turning:
/assets/font/Raleway%20Regular.woffinto:
/assets/font/Raleway/%20Regular.woffConsole error during replay:
GET ..../https://web-url.com/assets/font/Raleway/%20Regular.woff net::ERR_ABORTED 404 (Not Found)
The font is present in the archive (confirmed via Resources tab search), so
this is a replay URL rewriting issue, not a capture issue.
Step-by-step reproduction instructions
(e.g.,
Raleway%20Regular.woffat https://bridge-front.netlify.app/)/before
%20Additional details
No response