-
Notifications
You must be signed in to change notification settings - Fork 78
Axon and Storm wget improvements (SYN-4675) #3011
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
Conversation
- Axon.wget() now includes the request and redirect history information - $lib.axon.wget now includes the original URL in its response - $lib.axon.urlfile now makes inet:urlfile nodes based on the original request URL to preserve pivoting 1:1 from a URL to the urlfile node. - $lib.axon.urlfile now makes inet:urlredir nodes based on the redirect history information
Codecov ReportBase: 97.20% // Head: 97.09% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3011 +/- ##
==========================================
- Coverage 97.20% 97.09% -0.11%
==========================================
Files 220 220
Lines 43370 43395 +25
==========================================
- Hits 42156 42136 -20
- Misses 1214 1259 +45
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
- Axon.wget() now includes the request and redirect history information - $lib.axon.wget now includes the original URL in its response - Storm wget / $lib.axon.urlfile now makes inet:urlfile nodes based on the original request URL to preserve pivoting 1:1 from a URL to the urlfile node. - Storm wget / $lib.axon.urlfile now makes inet:urlredir nodes based on the redirect history information. The first node in the chain uses the original request url to preserve pivoting 1:1 from the url to the redirection chain.
Uh oh!
There was an error while loading. Please reload this page.