Burp Suite does not show the response (JSON)


What if burp suite does not show you the response ?

     If the server response is in the form of JSON.

  • This header will be available in the response packet, we need to configure rule for this in the burp: - 
    • Content-Type: application/json;charset=UTF-8

       Proxy >> Options >> Intercept Server Responses >> Add >> 






Likewise, we can always add new rules under "Intercept Server Responses" with various filters available. 

Comments