___
# Tags
#burpsuite
#curl
#commandline
# Helpful Docs
- https://superuser.com/questions/1576085/burp-suite-can-not-intercept-the-wget-and-curl-http-request
# Notes
- You can pass a Curl request to Burp Suite by declaring it in the command
```
curl --proxy http://localhost:8080 http://[website you want to request]
```