Skip to content

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Sep 23, 2025

Fixes #2091

After this:

SET builtin_httpfs = false; ---this needs to be removed / turn as default
CALL enable_logging('HTTP');
LOAD httpfs;
CREATE TABLE T AS (SELECT * FROM read_json('https://dummyjson.com/products/1'));
SELECT request.type FROM duckdb_logs_parsed('HTTP');

should return:

HEAD
GET
HEAD

@carlopi carlopi merged commit 66b4276 into duckdb:main Sep 24, 2025
15 checks passed
@carlopi carlopi deleted the fixup_http_wasm branch September 24, 2025 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP logging is not working while using duckdb-wasm
1 participant