arduino-libraries/ArduinoHttpClient

Feature Enhancement: Accept URL Parameters

philm001 opened this issue · 0 comments

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.