Skip to content

Release: develop -> main#3891

Merged
davidleomay merged 4 commits into
mainfrom
develop
Jun 16, 2026
Merged

Release: develop -> main#3891
davidleomay merged 4 commits into
mainfrom
develop

Conversation

@github-actions

Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

* fix(lightning): add X-Forwarded-Proto header to LNBits API calls

LNBits requires HTTPS for LNURL endpoints and returns 426 when called
over plain HTTP. On Azure, nginx added this header automatically. After
migration to dfxdev, dfx-api calls LNBits directly without the header.

* fix(lightning): add X-Forwarded-Proto header to LNBits API calls

LNBits requires HTTPS for LNURL endpoints and returns 426 when called
over plain HTTP. On Azure, nginx added this header automatically. After
migration to dfxdev, dfx-api calls LNBits directly without the header.
davidleomay and others added 3 commits June 16, 2026 11:01
… LnUrlForwardService (#3894)

Validation belongs at the service layer (HTTP input boundary), not in the
data-access layer. LightningClient is also used from non-HTTP contexts
where BadRequestException is inappropriate.
@davidleomay davidleomay merged commit 86df29f into main Jun 16, 2026
12 checks passed
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