Success Responses

Note: You may customize the success routing logic by using the success_response_check field.


Squash uses any of the HTTP response codes below in order to recognize a success response from the application running in the Docker container:

  • 200
  • 401
  • 300
  • 301
  • 302

When one of these status codes is received, Squash will update its internal routing table and start redirecting the requests to the deployment’s web application.