Ultimate HTTP Client

Answered

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
3 comments

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

Please sign in to leave a comment.