There might be a different reason why you are not seeing a JS file. The first thing that comes to my mind is as follows:
- Check if your browser has cached the JS file (this often happens with webpack files). Clear the cache to be able to capture it again with Fiddler.
- Check if your Fiddler Everywhere is not applying any rules (Rules Builder) or filters.
bhai.yu@yahoo.in
I recently came to know that we can use fiddler to manipulate js, html, css files on running websites. But when I try to reload the website I'm not able to get my bundle js file detected in fiddler app. I'm not sure on this.
Can you please guide me on this.