This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
By default Burp Suite will not intercept traffic to localhost or 127.0.0.1 . Here are two solutions to fix that: 1. Configure Firefox Options Go to the about:config URL and set network.proxy.allow_hijacking_localhost to true . 2. Add Fake Domain to /etc/hosts Add an entry to the /etc/hosts file to point to 127.0.0.1 . 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost lokalhost…
By default Burp Suite will not intercept traffic to localhost or 127.0.0.1. Here are two solutions to fix that:
1. Configure Firefox Options
Go to the about:config URL and set network.proxy.allow_hijacking_localhost to true.
2. Add Fake Domain to /etc/hosts
Add an entry to the /etc/hosts file to point to 127.0.0.1.
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
lokalhost 127.0.0.1
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.