How to send User-Agent in http messages?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

My server has a problem to get the http messages from wiced http client.

I guess it is because of missing User-Agent.

Can you please share me an information how to make http messages inclucing User-Agent?

Thanks

0 Likes
1 Solution
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

Use http_stream_add_headers() to add the headers you need.

View solution in original post

2 Replies
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

Use http_stream_add_headers() to add the headers you need.

Anonymous
Not applicable

Thanks Axel.lin

0 Likes