Ultimate HTTP Client

已回答

How do I stop http client from saving my responses 

 

Basically this things from the image

<> 2025-02-07T075502.200.json
<> 2025-02-07T075456.200.json
<> 2025-02-07T075449.200.json
<> 2025-02-07T074909.200.json
<> 2025-02-07T074821.200.json
<> 2025-02-07T074705.200.json
<> 2025-02-07T074701.200.json

0

Hi Aleksandar,

To prevent saving a request to the request history, see if it helps to add a comment line with the @no-log tag before it:

// @no-log 
GET example.com/api

See also documentation on the functionality.

0

请先登录再写评论。