wiremock / wiremock.org

WireMock website, powered by Jekyll. Contributions are welcome!
https://wiremock.org/
MIT License
11 stars 49 forks source link

Allow removal of headers from a proxied request. #268

Closed kyle-winkelman closed 5 months ago

kyle-winkelman commented 5 months ago

Along with the ability to add additionalProxyRequestHeaders, it may be beneficial to removeProxyRequestHeaders. For example, if you want to remove the existing value(s) of a header before additional are added or if there are headers you don't want sent downstream.

References

Submitter checklist

Details: Contributor Guide