archiveweb.page icon indicating copy to clipboard operation
archiveweb.page copied to clipboard

[Feature]: Support fragment identifiers in url

Open halmos opened this issue 6 months ago • 0 comments

Context

Some websites use fragment identifiers in the url to capture state in a webapp. For example: https://www.suncalc.org/#/27.6936,-97.5195,3/2025.06.03/11:19/1/1 adds the current client location as a hash id, but webrecorder captures it as https://www.suncalc.org/. I understand that the hash id is client-side only and so would not be captured in network requests. However, the value effects the display of the page.

What change would you like to see?

Would it be possible/sensible for Webrecorder to capture the full url with the fragment id so that the replay has the same information as the original page render?

Requirements

No response

Todo

No response

halmos avatar Jun 03 '25 15:06 halmos