Burpsuite proxy does not get HTTP error 429 but vanilla python requests do?
When I make a normal python request to some site without any proxies I am getting a 429 response, too many requests. However when I open up burpsuite proxy and add
proxies = {
"http": "http://127.0.0.1:8080", "… Continue reading Burpsuite proxy does not get HTTP error 429 but vanilla python requests do?