# This is a test configuration
# When status is set, ATS doesn't follow the sendto or else
# It just returns a canned response

# Do a regex against the cookie
op:
  cookie: fpbeta
  match: magic
  sendto: http://shouldnevergohere.com
  status: 205
op:
  cookie: abracadabra
  match: magic
  sendto: http://shouldnevergohere.com
  else: http://shouldnotgohereaswell.com
  # When a else is present, status is associated with it
  status: 400
