We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In #39 Host header was removed from allowedRequestHeaders because of failing integration tests.
Host
allowedRequestHeaders
Investigate and bring back Host header to default values of allowedRequestHeaders again.
To Reproduce Steps to reproduce the behavior:
httpRepoConnectorHandler.conf
Expected behavior Tests pass with Host header.
The text was updated successfully, but these errors were encountered:
@Skejven Is this issue is still valid ?
I see "Host" value in allowedRequestHeaders in httpRepoConnectorHandler.conf file.
Sorry, something went wrong.
Looks like this is fixed, tests have Host in the: https://github.com/Knotx/knotx-stack/blame/master/src/functionalTest/resources/conf/routes/handlers/httpRepoConnectorHandler.conf
Looks that it was fixed in #54 , thanks!
marcinkp
No branches or pull requests
Describe the bug
In #39
Host
header was removed fromallowedRequestHeaders
because of failing integration tests.Investigate and bring back
Host
header to default values ofallowedRequestHeaders
again.To Reproduce
Steps to reproduce the behavior:
Host
toallowedRequestHeaders
inhttpRepoConnectorHandler.conf
Expected behavior
Tests pass with
Host
header.The text was updated successfully, but these errors were encountered: