Class SearchQuestion.RequestParameters.Header

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String HOST
      Header used to provide the server hostname which was requested.
      static String REFERRER
      Header used to provide the URL of the web page from which the user accessed the search service.
      static 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Header()  
    • Field Detail

      • X_FORWARDED_FOR

        public static final 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 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 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
    • Constructor Detail

      • Header

        public Header()