You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the request-transformer plugin should allow to modify the Host header just before sending the request (having resolved the endpoint of target_url), however, currently attempting to overwrite the Host header does nothing.
this is related to #444, and can potentially be solved by one of the suggested solutions there, or alternatively introducing that option here as part of the request transformer function.
The text was updated successfully, but these errors were encountered:
* Mashape/master: (23 commits)
Update README.md
Update README.md
Closing Kong#562
Adding wait time before ratelimiting tests
Fixing test
fix(jwt) handle `iss` not being found in jwt credentials
Update README.md
docs(update) remove redundancy
docs(update) fix layout
fix(test) fix config test after Kong#563
Update README.md
Adding missing statement for Kong#571
perf(analytics) global optimizations
fix(plugins) make default config for plugins an empty object
ClosesKong#445
dbocs(changelog) 0.5.0 changes
Better content-type check in response-transformer plugin
ClosesKong#535
Fixes the root problem at Kong#565
fix(key-auth) remove support for key in request body
...
the
request-transformer
plugin should allow to modify theHost
header just before sending the request (having resolved the endpoint oftarget_url
), however, currently attempting to overwrite theHost
header does nothing.this is related to #444, and can potentially be solved by one of the suggested solutions there, or alternatively introducing that option here as part of the request transformer function.
The text was updated successfully, but these errors were encountered: