The customer monitored a picture and found that the monitoring data was inconsistent with the actual access in the browser. The access in the browser was about 24KB, while the data monitored by Tingyun was about 3M. direct access Listen to cloud monitoring
Check the Request header to determine whether the browser transmits it in compressed form. It is found that it is transmitted in gzip form, which means it has nothing to do with compression. direct access
Listen to cloud monitoring 2. Check whether there are other special Request headers in the browser access I see in the browser: accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9 3. Verify and access separately using Webwatch No Request header Add Request header After adding, the data is consistent with the access in the browser.
Find the conditions that are consistent with the access in the browser and add them in thecorresponding settings In task settings, add the corresponding Request header to the Request header.