-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request