git checkout parte-1
docker-compose up --build
git checkout parte-2
docker-compose up --build
curl "http://localhost:8180/foo?testparam=test"
curl "http://localhost:8180/foo?testparam=thisisatestofmodsecurity"
git checkout parte-3
docker-compose up --build
curl "http://localhost:8180/foo?testparam=test"
curl "http://localhost:8180/foo?testparam=thisisatestofmodsecurity"
git checkout parte-4.1
# realizar o download do arquivo de dados https://encurtador.com.br/kEFRU e extrair na pasta dados
docker-compose up --build
curl "http://localhost:8180/foo?testparam=test"
curl "http://localhost:8180/foo?testparam=thisisatestofmodsecurity"