Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: First published version

...

Value

Description

Comment

Http

Forces base URL to http when processing OAuth requests.

 

Https

Forces base URL to https when processing OAtuh OAuth requests.

 

SameAsRequest

Uses same scheme (Http/https) as the request's URL.

This is equivalent to how ET used to work for v4.5 and below.

XForwardedSchemeOrSameAsRequest

Checks for the x-forwarded-scheme header, if present, will use the value specified there, if header not present, will revert back to the "Same as request" behaviour

This is the new default for v4.6 and above.

...