HttpClient icon indicating copy to clipboard operation
HttpClient copied to clipboard

Arduino HTTP library

Results 28 HttpClient issues
Sort by recently updated
recently updated
newest added

Why no DELETE? DELETE is a verb just like GET, POST and PUT. In fact, it's a very important part of this complete breakfast.

I tried many times to send headers as instructed but I couldn't be successful. A POST example with headers would enlighten many people.

Hey i am using uno and esp8266 wifi to POST a string to a server.can you provide us an examole hoe this works woth this library

I am using the library compiling under platformIO for the Arduino Uno and I get this warning: ....\HttpClient_ID66\b64.cpp: In function 'int b64_encode(const unsigned char*, int, unsigned char*, int)': C:\Users\chris\.platformio\lib\HttpClient_ID66\b64.cpp:69:1: warning:...

Added default case to suppress -Wswitch warnings while compiling under PlatformIO. (platform: atmelavr; board: uno; framework: arduino)

pls anyone help me out to resolve this error i tried to upload the following code #include #include #include const char* ssid = "vathsal"; const char* password = "1234567890"; void...

The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords

I try to download a picture from web server and save to SD. First what I see is a negative content length. Content length is: -16328 Way? The picture content...