Package com.botbye

Class Botbye


  • public class Botbye
    extends java.lang.Object
    • Method Detail

      • encodeResult

        public java.lang.String encodeResult​(BotbyeEvaluateResponse response)
        Encodes evaluate response as base64 JSON for propagation to Level 2 via RESULT_HEADER. Mirrors openresty M.encodeResult().
      • bypassResult

        public java.lang.String bypassResult()
        Returns pre-computed bypass result (base64 JSON with bypass_bot_validation = true). Use when request should not be validated (excluded URI, service token, etc). Mirrors openresty M.propagateBypass().
      • fetchImage

        public BotbyePhishingResponse fetchImage​(java.lang.String origin,
                                                 java.lang.String imageId)