René's URL Explorer Experiment


Title: Serving HEAD requests from duckdb (CLI/WASM) read_csv() and read_json() calls · Issue #47 · Query-farm/httpserver · GitHub

Open Graph Title: Serving HEAD requests from duckdb (CLI/WASM) read_csv() and read_json() calls · Issue #47 · Query-farm/httpserver

X Title: Serving HEAD requests from duckdb (CLI/WASM) read_csv() and read_json() calls · Issue #47 · Query-farm/httpserver

Description: When using duckdb CLI or WASM as a client to an host with instance running the httpserver extension and reading CSV or JSON from a URL like "https://some.httpserver.instance/api/?add_http_cors_header=1&default_format=CSV&q=select 42" i...

Open Graph Description: When using duckdb CLI or WASM as a client to an host with instance running the httpserver extension and reading CSV or JSON from a URL like "https://some.httpserver.instance/api/?add_http_cors_head...

X Description: When using duckdb CLI or WASM as a client to an host with instance running the httpserver extension and reading CSV or JSON from a URL like "https://some.httpserver.instance/api/?add_http_cors...

Opengraph URL: https://github.com/Query-farm/httpserver/issues/47

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Serving HEAD requests from duckdb (CLI/WASM) read_csv() and read_json() calls","articleBody":"When using duckdb CLI or WASM as a client to an host with instance running the httpserver extension and reading CSV or JSON from a URL like \"https://some.httpserver.instance/api/?add_http_cors_header=1\u0026default_format=CSV\u0026q=select%2042\" it is possible to add basic auth to the request by doing\n\n```sql\n\n-- set up basic auth\ncreate secret http_auth_header(type HTTP, EXTRA_HTTP_HEADERS MAP {'Authorization': 'Basic \u003cbase64enc_of_user:pass\u003e'});\n\n-- retrieve data\nfrom read_csv('https://some.httpserver.instance/api/?add_http_cors_header=1\u0026default_format=CSV\u0026q=select 42');\n\n-- clean up\ndrop secret http_auth_header;\n\n```\n\nFor the duckdb CLI there is a setting `SET force_download = true` that can be used to stop HEAD requests to be sent (a setting which doesn't kick in when using duckdb WASM (yet), I think?) which avoids read_csv and read_json causing HEAD requests, since some servers just don't serve that verb but you can GET csv and/or json. \n\nI believe httpserver is one of those servers after a cursory glance at the code? I cannot find any mention of HEAD there and there or with regards to the CORS headers where GET, POST, OPTIONS and PUT are mentioned.\n\nWould it be possible to add support to httpserver for just the kind of HEAD requests that duckdb (CLI/WASM) makes when used for reading csv or json from a url served by httpserver?\n\nThere might even be fancy features such as serving range requests etc for (large, streaming) CSV content which read_csv() already makes use of that potentially could be supported by httpserver when it serves this content type?\n\n\n","author":{"url":"https://github.com/mskyttner","@type":"Person","name":"mskyttner"},"datePublished":"2025-10-23T09:40:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/47/httpserver/issues/47"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7013dd0e-fcd0-a9c3-3c91-84c929dfe079
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBBC4:8C836:4D13C:67847:6981EB7E
html-safe-nonce64a42e27a8feb4f39545cf685d97d7be5a1c0c459a133d137c7c3c311d70ca44
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQkM0OjhDODM2OjREMTNDOjY3ODQ3OjY5ODFFQjdFIiwidmlzaXRvcl9pZCI6IjgwNDEzODU5NTc3NTAwNzQyMzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace89007b521b6da83a3566db3fcfc8dfb2629004d9d01faf8551f85b5c2507ba1
hovercard-subject-tagissue:3543920823
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Query-farm/httpserver/47/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2ac8d5e651d326d3708f545be839eebabb1dc05cd3e178fb287c18fcd0bec466/Query-farm/httpserver/issues/47
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2ac8d5e651d326d3708f545be839eebabb1dc05cd3e178fb287c18fcd0bec466/Query-farm/httpserver/issues/47
og:image:altWhen using duckdb CLI or WASM as a client to an host with instance running the httpserver extension and reading CSV or JSON from a URL like "https://some.httpserver.instance/api/?add_http_cors_head...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemskyttner
hostnamegithub.com
expected-hostnamegithub.com
Noneebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801
turbo-cache-controlno-preview
go-importgithub.com/Query-farm/httpserver git https://github.com/Query-farm/httpserver.git
octolytics-dimension-user_id183420031
octolytics-dimension-user_loginQuery-farm
octolytics-dimension-repository_id869750358
octolytics-dimension-repository_nwoQuery-farm/httpserver
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id869750358
octolytics-dimension-repository_network_root_nwoQuery-farm/httpserver
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseac4541b58a15c144d6ed4fc868b9ea4bb99bb4b6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Query-farm/httpserver/issues/47#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuery-farm%2Fhttpserver%2Fissues%2F47
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuery-farm%2Fhttpserver%2Fissues%2F47
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Query-farm%2Fhttpserver
Reloadhttps://github.com/Query-farm/httpserver/issues/47
Reloadhttps://github.com/Query-farm/httpserver/issues/47
Reloadhttps://github.com/Query-farm/httpserver/issues/47
Query-farm https://github.com/Query-farm
httpserverhttps://github.com/Query-farm/httpserver
duckdb/extension-templatehttps://github.com/duckdb/extension-template
Notifications https://github.com/login?return_to=%2FQuery-farm%2Fhttpserver
Fork 10 https://github.com/login?return_to=%2FQuery-farm%2Fhttpserver
Star 265 https://github.com/login?return_to=%2FQuery-farm%2Fhttpserver
Code https://github.com/Query-farm/httpserver
Issues 10 https://github.com/Query-farm/httpserver/issues
Pull requests 1 https://github.com/Query-farm/httpserver/pulls
Actions https://github.com/Query-farm/httpserver/actions
Security 0 https://github.com/Query-farm/httpserver/security
Insights https://github.com/Query-farm/httpserver/pulse
Code https://github.com/Query-farm/httpserver
Issues https://github.com/Query-farm/httpserver/issues
Pull requests https://github.com/Query-farm/httpserver/pulls
Actions https://github.com/Query-farm/httpserver/actions
Security https://github.com/Query-farm/httpserver/security
Insights https://github.com/Query-farm/httpserver/pulse
New issuehttps://github.com/login?return_to=https://github.com/Query-farm/httpserver/issues/47
New issuehttps://github.com/login?return_to=https://github.com/Query-farm/httpserver/issues/47
Serving HEAD requests from duckdb (CLI/WASM) read_csv() and read_json() callshttps://github.com/Query-farm/httpserver/issues/47#top
enhancementNew feature or requesthttps://github.com/Query-farm/httpserver/issues?q=state%3Aopen%20label%3A%22enhancement%22
feature requestFeature Requesthttps://github.com/Query-farm/httpserver/issues?q=state%3Aopen%20label%3A%22feature%20request%22
https://github.com/mskyttner
https://github.com/mskyttner
mskyttnerhttps://github.com/mskyttner
on Oct 23, 2025https://github.com/Query-farm/httpserver/issues/47#issue-3543920823
https://some.httpserver.instance/api/?add_http_cors_header=1&default_format=CSV&q=select%2042https://some.httpserver.instance/api/?add_http_cors_header=1&default_format=CSV&q=select%2042
enhancementNew feature or requesthttps://github.com/Query-farm/httpserver/issues?q=state%3Aopen%20label%3A%22enhancement%22
feature requestFeature Requesthttps://github.com/Query-farm/httpserver/issues?q=state%3Aopen%20label%3A%22feature%20request%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.