Burpsuite intercepting all requests except htb ones

Hey everyone,

I’m trying to intercept requests to my htb machine with Burpsuite, but it doesn’t work. All the other websites are being intercepted except the htb ones. I also tried to add the HTB machine to scope, but it is still not working. Anyone has an idea about how to overcome the issue ? Thanks :slight_smile:

I always intercept the requests without burpsuite
I use ctrl shift I and see network, there all the request, cookies and responses can be seen :relaxed:

Alternatively if you want to send requests without using your browser, you can use import requests on python and print the headers / status code

Hey there! :slight_smile: Check out how to configure interception rules for burpsuite How Does Burp Suite’s Intercept Function Work? - Technipages