wazuh / wazuh-cloudformation

Wazuh - Amazon AWS Cloudformation
https://wazuh.com
40 stars 22 forks source link

Use `POST` method when requesting the API login endpoint #98

Closed mcarmona99 closed 2 years ago

mcarmona99 commented 2 years ago

This PR closes https://github.com/wazuh/wazuh-cloudformation/issues/97.

In this pull request, I have changed the method used when requesting the API login endpoint from GET to POST because as it was said in the related issue, the actual login endpoint (GET) is going to be deprecated.