Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out hash urls #22

Open
giancarloaf opened this issue May 26, 2022 · 1 comment
Open

Filter out hash urls #22

giancarloaf opened this issue May 26, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@giancarloaf
Copy link

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)

@giancarloaf giancarloaf self-assigned this May 26, 2022
@giancarloaf giancarloaf added the enhancement New feature or request label May 26, 2022
@max-ostapenko
Copy link

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

@pmeenan you think we need to do anything here?

@max-ostapenko max-ostapenko transferred this issue from HTTPArchive/data-pipeline Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants