ESP32 HTTP Get libray that handles Query Parameters

Hello everyone,

I have been using the ArduinoHTTPClient library to handle my HTTP Get requests. However, I have come across a situation where I will need to utilize URL parameters.

I tried doing this with the library and it does not return a response. I have been searching online but so far I have not found an Arduino library that supports HTTP GET results through URL parameters…

Is there a library that exists that supports URL parameters?

Just for some background info, I am doing an HTTP GET request on an Amazon S3 bucket. I have a functional URL that can take me to the exact resource when I copy and paste it in my search bar. However, when I place it in the ArduinoHTTPClient Library, it does not work as I want.