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
Seems it's about extracting file extension from requests URL.
Interestingly, I just don't see URLs with hash (in sampled data):
SELECT
url,
JSON_VALUE(summary, "$.ext")
FROM `httparchive.all.requests` TABLESAMPLE SYSTEM (1 PERCENT)
WHERE date = "2024-09-01"
AND STRPOS(url, "#") > 0
I wonder should we filter out hash urls as well?
e.g. https://www.example.com/index.html#1234.1234
Originally posted by @tunetheweb in HTTPArchive/data-pipeline#34 (comment)
The text was updated successfully, but these errors were encountered: