-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring proxy handling to be done in strategies #500
Refactoring proxy handling to be done in strategies #500
Conversation
DeepCode's analysis on #aa056f found:
💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues. |
Hey @AndrewBastin, TravisBuddy Request Identifier: d3038660-3972-11ea-b1da-df51646d6421 |
Hey @AndrewBastin, TravisBuddy Request Identifier: d303fb90-3972-11ea-b1da-df51646d6421 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GET
request in 6ms 🔥
Also didn't notice till now.... Ticket No. 500 !!!!! wooo 🤣 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's stay with this approach for the sake of consistency as well as code readability.
Hey @AndrewBastin, TravisBuddy Request Identifier: cfda7f60-39d2-11ea-9120-1db9a1cd0038 |
…/AndrewBastin/postwoman into refactor/strategy-proxy-handling
@jamesgeorge007 check latest commits |
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
Hey @AndrewBastin, TravisBuddy Request Identifier: b8edbea0-39d4-11ea-9120-1db9a1cd0038 |
So sorry for the mess, I gotta get some sleep 😪 |
Hey @AndrewBastin, TravisBuddy Request Identifier: 6e59af10-39d5-11ea-9120-1db9a1cd0038 |
Hey @AndrewBastin, TravisBuddy Request Identifier: a2f45e90-39d6-11ea-9120-1db9a1cd0038 |
Hey @AndrewBastin, TravisBuddy Request Identifier: 041d8a40-39da-11ea-9120-1db9a1cd0038 |
This PR intends to move the proxy handling code to the individual strategies along with that, this PR introduces Postwoman request proxy support for Firefox Extension powered requests.
NOTE: To test the Firefox extension code, you will have to load the extension locally. The extension that can be downloaded from the Firefox Add-on's page does not hook into localhost pages for security reasons, for more info on how to do that, visit https://github.com/AndrewBastin/postwoman-firefox