Update the header rewriter to include both forwarded and x-forwarded-for headers in all requests by default, ensuring proper handling of forwarded IP addresses. Remove the option to use standard forwarded headers. Adjust tests to reflect these changes.
Update the header rewriter to include both
forwarded
andx-forwarded-for
headers in all requests by default, ensuring proper handling of forwarded IP addresses. Remove the option to use standard forwarded headers. Adjust tests to reflect these changes.Related to #85