preserveHost property

  1. @BuiltValueField(wireName: r'preserve_host')
bool? preserveHost

PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the hostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.

Implementation

@BuiltValueField(wireName: r'preserve_host')
bool? get preserveHost;