Other Parts Discussed in Thread: SYSCONFIG
Hello,
We attempted completing the httpget example to fetch data from a server. Our network connection is succeeding and the server is getting the incoming request.
However, the client receives a "send failed" error, shown below.
We traced this back to where the error is checked and found the following.
Essentially, HTTPStr_VER1_1 is "HTTP/1.1" and is comparing with our buffer string, which resembles "GET / HTTP/1.1".
Is there some sort of configuration we've missed that's not in the README for the example? What could be causing this? When trying on a local server, it was receiving the request.
Thanks in advance for the help.