arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
287 stars 172 forks source link

Feature Enhancement: Accept URL Parameters #170

Open philm001 opened 8 months ago

philm001 commented 8 months ago

Hello all,

Great library to use. Works well with the ESP32 and the Ethernet libraries.

I am running into one issue that I think will make this library work better. It would be to implement a feature where the library can accept URL parameters. I am trying to perform a HTTP GET request on an Amazon S3 bucket. I have the security token and all of the parameters that I need. When I copy and paste it into my browsers search bar, it takes me right to the file I need.

However, if I place that into the library I am unable to do this in the library.