Skip to content

Release/v0.0.24#139

Open
mms-gianni wants to merge 7 commits into
mainfrom
release/v0.0.24
Open

Release/v0.0.24#139
mms-gianni wants to merge 7 commits into
mainfrom
release/v0.0.24

Conversation

@mms-gianni
Copy link
Copy Markdown
Contributor

No description provided.

mms-gianni and others added 7 commits May 4, 2026 22:54
When LOG_URLS=false is set, request URL paths (e.g. GET /https://...)
are no longer logged. Previously only NOLOGS=true was checked,
making LOG_URLS ineffective for suppressing request logs.

Fixes #78
When a relative URL is requested without a Referer header, the Go
HTTP client would return a confusing 'http: no Host in request URL'
error. Now a descriptive error is returned explaining the root cause
and how to fix it.

Similarly, if a referer header lacks a scheme/host (e.g. a relative
path), a clear error is returned instead of silently producing an
empty host URL.

Fixes #75
fix: respect LOG_URLS=false to disable request URL logging
…ferer

fix: return descriptive error for relative URLs without Referer header
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.

2 participants