daviftorres opened a new issue, #13679: URL: https://github.com/apache/cloudstack/issues/13679
### problem When trying to Add Object Storage, the UI fails because it sends the payload over GET when it expects POST. <img width="1844" height="980" alt="Image" src="https://github.com/user-attachments/assets/c774e8d3-88d2-4a7e-b3eb-b934c2827900" /> I confirmed that the backend works properly when the request is sent using CloudMonkey. <img width="692" height="217" alt="Image" src="https://github.com/user-attachments/assets/15619f38-9558-4c8f-834d-8d27572d732b" /> As I've pointed out before, the ACS UI overuses GET, including for operations where sensitive data is passed in the URL. In this case it happens to break the UI, but we should probably review this behavior more holistically. ### versions Non-Prod deployment of ACS 4.22.0.1 The backend S3-compatible object storage type is MinIO. ### The steps to reproduce the bug 1. 2. 3. ... ### What to do about it? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
