Skip to content

fix: Preserve headers for redirects and add instance to not found errors#73

Merged
KyleJune merged 1 commit intomainfrom
dev
Jan 31, 2026
Merged

fix: Preserve headers for redirects and add instance to not found errors#73
KyleJune merged 1 commit intomainfrom
dev

Conversation

@KyleJune
Copy link
Member

Summary

I found that headers weren't being preserved when doing a redirect locally when I tried implementing a sign out feature. The sign out was suppose to clear out session cookies before redirecting to another page, but the set cookie header wasn't getting preserved. This fixes that.

I also noticed 404 error responses didn't have the open telemetry instance identifier on it, so I fixed that too.

@KyleJune KyleJune merged commit 76aabaf into main Jan 31, 2026
9 checks passed
@KyleJune KyleJune deleted the dev branch January 31, 2026 19:50
KyleJune pushed a commit that referenced this pull request Jan 31, 2026
## [0.3.2](0.3.1...0.3.2) (2026-01-31)

### Bug Fixes

* Preserve headers for redirects and add instance to not found errors ([#73](#73)) ([76aabaf](76aabaf))
@github-actions
Copy link

🎉 This PR is included in version 0.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant