cloudstack-go
cloudstack-go copied to clipboard
Modify State Changing Requests to Utilize POST Request
Currently State Changing Request utilize GET request but this is a potential security vulnerability since attackers may be able to intercept and extract the query parameters of GET requests. Utilizing POST requests will help mitigate this security vulnerability since the parameters of the POST body will be encrypted in transport.