http client 中 cookie 问题
Posted: Wed Oct 27, 2021 2:13 am
by yogi_yi
http client 的 esp_http_client_config_t 中没有定义COOKIE 的位置? 我该如何带cookie信息
Re: http client 中 cookie 问题
Posted: Fri Oct 29, 2021 8:16 am
by ESP_ICY
所有需要加在 HTTP 头部的信息都可以使用 esp_http_client_set_header 设置。esp_http_client 没有 Cookie 的相关处理。