Hello Anthony, Reading through the NetX HTTP Client Source I can see that start of the content is specified by CRLFCRLF token, so the response from your server seems valid. The HTTP Client then looks for "content-length: " string which is also found in your code. Subsequently calling nx_http_client_get_packet should provide you with the pointer to the packet with 13 bytes of data (which is then released into your application buffer using nx_packet_data_retrieve. Regards
↧