You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: