-
Notifications
You must be signed in to change notification settings - Fork 140
Add x-request-host and x-request-uri headers #192
Conversation
👍 |
tests/filter-headers.js
Outdated
'user-agent': '3' | ||
'user-agent': '3', | ||
'x-request-uri': 'localhost', | ||
'x-request-host': '/example' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevinsimper guess host's and uri's values should be swapped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, good spottet! 👍
c42591e
to
2029b62
Compare
Codecov Report
@@ Coverage Diff @@
## master #192 +/- ##
=========================================
Coverage ? 98.29%
=========================================
Files ? 14
Lines ? 588
Branches ? 106
=========================================
Hits ? 578
Misses ? 10
Partials ? 0
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #192 +/- ##
=========================================
Coverage ? 98.29%
=========================================
Files ? 14
Lines ? 588
Branches ? 106
=========================================
Hits ? 578
Misses ? 10
Partials ? 0
Continue to review full report at Codecov.
|
👍 |
1 similar comment
👍 |
Nice 😄🎉 |
Add x-request-host and x-request-uri headers to allow passing down information to fragments that will not be filtered out by default.
Based on discussion in #189