The response to my http.Get() method which is in hex supposed to look like 0x00,0x00,0x00,0x00,0x04,0x08,0xff but when u try to collect the data using response = http.getString() ; i got empty string may be cause getString() terminate it by seeing 0x00 (NULL)
So is there any method to replace getString() or to receive unit8_t bytes in get method response
ps code work as it supose to if I edit the response to 0x04,0x08,0xff on server