Simple Get not working, perhaps due to not using https? #76
-
I am working through the simple get example. I believe this is due to using http and not https. The output I receive from the esp32 is shown below. Using Curl confirmed what I was seeing in the terminal from the esp32. I see that we cover https next. I am mostly just leaving this post in case someone is scratching their head over this.
E (1764) esp-tls-mbedtls: No server verification option set in esp_tls_cfg_t structure. Check esp_tls API reference |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@swimleftproducts that's correct. the nice thing about this endpoint is that it allows http as well as https https://quotes.rest/qod just remember that to get JSON you need to set the content type to application/json. Viewing these url's in the browser will render XML |
Beta Was this translation helpful? Give feedback.
@swimleftproducts that's correct. the nice thing about this endpoint is that it allows http as well as https
https://quotes.rest/qod
http://quotes.rest/qod
just remember that to get JSON you need to set the content type to application/json. Viewing these url's in the browser will render XML