<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hey,<br><br></div>I am writing my own script that should retrieve all information from the CPEs. At first, the responses were of a type "connection:close" and were fully correct. But I do not want this, since I may need to send a lot of requests and I do not want to set up a new socket every time. <br><br></div>For this reason I created a persistent connection between my code and the ACS.<br></div>However, in the persistent connection the ACS adds some weird characters to the JSON replies. I also get these characters in wireshark, which means that it is not my script that reads the responses incorrectly.<br> <br>The content contains:<br>2<br>[<br><br></div>5 hexadecimal characters (or at least they seem to be hexadecimal)<br></div>JSON string<br>-----<br></div>The first 4 lines should not be there. The 5 hexadecimal characters seem to be different for each CPE but the same for different calls of the same CPE.<br><br></div>Does anyone know there these extra lines suddenly come from and how to avoid them?<br></div>Also, if I use asynchronous HTTP requests, is it guaranteed that the server responds to them in the same order as they are sent?<br><br></div>Kind regards,<br><br></div>Dave<br><div><div><div><div><div><br><br></div></div></div></div></div></div>