Re: How to Send a Post Request with Plaintext Password without Retaining the Password in Memory

2024-02-13 Thread Oleg Kalnichevski
On Tue, 2024-02-13 at 09:52 +, Theodore Tan wrote: > Hello, >   > I’m using HttpClient 5.2.1 for my application, specifically the > HttpPost object to send a POST request and authenticate to an > OAuth2.0 server using grant_type=password. > Since grant_type=password requires a plaintext

How to Send a Post Request with Plaintext Password without Retaining the Password in Memory

2024-02-13 Thread Theodore Tan
Hello, I'm using HttpClient 5.2.1 for my application, specifically the HttpPost object to send a POST request and authenticate to an OAuth2.0 server using grant_type=password. Since grant_type=password requires a plaintext password, sending the POST request leaves the password in my