aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/url.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-29chore: supress lintingGravatar Alexander Niebuhr 1-6/+6
2024-05-03fix: don't include port twice from x-forwarded-host and x-forwarded-port ↵Gravatar Jakob Hellermann 1-0/+20
headers (#10917) * fix: don't include port twice from x-forwarded-host and x-forwarded-port headers * add changeset * add test for port both in forwarded host and forwarded port * don't include port if undefined * Update .changeset/forty-wolves-turn.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-03[ci] formatGravatar Arsh 1-4/+4
2024-04-03fix(app/node): include `x-forwarded-port` header in url (#10666)Gravatar Arsh 1-0/+95
* fix(app/node): include `x-forwarded-port` header in url * add changeset * add test