Skip to content

Replace parameters with body in endpoints

Compare
Choose a tag to compare
@vasile-baluta vasile-baluta released this 07 Sep 07:43
· 276 commits to master since this release
0fd76e9
  • add docker compose yml file to be able to easy istall MongoDB and RabbitMQ locally when needed to test with real components locally

  • fix end points for rules checking to take body instead of parameters. because sending json object to parameters with curl require the object to be encoded

  • add comment in application.properties that password for LDAP needs to be encoded in base64

  • change freestyle query to take a body instead of parameter. The reason is also sending JSON objects as parameters with curl is difficult.