Skip to content

Sending HTTP GET request via CLI and TCP #7904

Closed Answered by jwhui
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

I would suggest taking a look at the wireshark trace. I believe the TCP stream is not sending the exact bytes that you are expecting and the HTTP server is responding with "Bad Request".

In particular, OpenThread's current command line parser implementation does not transform escaped characters like \r and \n into the appropriate ASCII characters.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant