GitHub user shwstppr added a comment to the discussion: createAccount fails with "unable to verify user credentials and/or request signature"
@koenhendriks CloudStack can accept both GET and POST request but it is the cloudmonkey and the UI that sends particular APIs as POST requests. In case of cloudmonkey, all API requests which are passing password and userdata as params use POST. Recently this has also been changed with https://github.com/apache/cloudstack/pull/10899 where all state-changing APIs are accepted as POST requests only. It can be configured though with the global configuration. Currently, we don't have any particular documentation around it. I did propose a PR (https://github.com/apache/cloudstack/pull/11382) a few weeks back which will allow returning httprequesttype for each API for listAPIs call response. GitHub link: https://github.com/apache/cloudstack/discussions/11396#discussioncomment-14474505 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
