Interface AllowFromStrategy

    • Method Detail

      • getAllowFromValue

        java.lang.String getAllowFromValue​(javax.servlet.http.HttpServletRequest request)
        Deprecated.
        Gets the value for ALLOW-FROM excluding the ALLOW-FROM. For example, the result might be "https://example.com/".
        Parameters:
        request - the HttpServletRequest
        Returns:
        the value for ALLOW-FROM or null if no header should be added for this request.