burp proxy code example
Example 1: git proxy
git config --global http.proxy http://proxyuser:[email protected]:8080
Example 2: cra proxy
# In your package.json add the following
"proxy": "http://localhost:3080"
git config --global http.proxy http://proxyuser:[email protected]:8080
# In your package.json add the following
"proxy": "http://localhost:3080"