I am using Burp to intercept and modify server response. The response message has html <script>
elements inside of it. Something like this:
<script type="text/javascript" src="/js/real.js">
Since this is inside html response I have no power to actually look into and modify the real.js script, beacause hitting "Forward"
allows to execute this js script. How can I inspect real.js
script with Burp?