- name: form_post_literal
  request: http://localhost:3000/get
  response: { status: 200, on_success: { goto: END } }
- name: form_post_data
  request: http://localhost:3000/get
  response:
    text: "This request should not be executed"
