Class SearchQuestion.RequestParameters.Header
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.SearchQuestion.RequestParameters.Header
-
- Enclosing class:
- SearchQuestion.RequestParameters
public static class SearchQuestion.RequestParameters.Header extends java.lang.ObjectCommon request header names- Since:
- 11.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHOSTHeader used to provide the server hostname which was requested.static java.lang.StringREFERRERHeader used to provide the URL of the web page from which the user accessed the search service.static java.lang.StringX_FORWARDED_FORHeader used to provide the originating user's IP address, which may differ from the normal remote address if the request is forwarded by a proxy or wrapped by a CMS.
-
Constructor Summary
Constructors Constructor Description Header()
-
-
-
Field Detail
-
X_FORWARDED_FOR
public static final java.lang.String X_FORWARDED_FOR
Header used to provide the originating user's IP address, which may differ from the normal remote address if the request is forwarded by a proxy or wrapped by a CMS.- See Also:
- Constant Field Values
-
HOST
public static final java.lang.String HOST
Header used to provide the server hostname which was requested. Multiple hostnames may be served by a single Funnelback server over a single IP address.- See Also:
- Constant Field Values
-
REFERRER
public static final java.lang.String REFERRER
Header used to provide the URL of the web page from which the user accessed the search service.- See Also:
- Constant Field Values
-
-