-
Notifications
You must be signed in to change notification settings - Fork 19
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
Distinguish between HTTP and HTTPS response #15
Comments
- If this new parameter is omitted, the last redirected URL will be analyzed (default behavior). - Added a note at the beginning of the analysis result, indicating that it has been expressly indicated not to follow redirects. - Added URL scheme to the exported file name; and removed the "headers" literal. #15
Hello again @stanley101music, Thanks for your contributions, as always. Please take a look at this commit: 92664d1
Please check it. I think that, except for your suggestion to define a custom name in the result export file (I prefer, for now, to keep it that way) it would be all done. Thanks and have a nice weekend! Best regards, |
Hi @rfc-st, Thanks for your prompt response as always. Best regards, |
Hello, Hum ... interesting. I'll take a look tomorrow. Thanks! |
Hi @stanley101music, Please take a look at this commit: 4bf057b .- Now, if a port is specified in the URL to be analyzed, the export filename will include it. Please check it and confirm that with this change I can close this issue. Thank you! |
Hi @rfc-st , I've checked with the commit. Thanks for the enhancement, the issue can now be closed. Best regards, |
Is your feature request related to a problem? Please describe.
When checking headers for
HTTP
andHTTPS
the output file has the same name, thus overwriting the result of another one.Also, the result of the header should stick to the given URL. Currently, humble will follow the redirection or get the response headers using
HTTPS
even whenHTTP
schema is specifiedDescribe the solution you'd like
Provide an option for specifying the output file name.
I've seen the previous issue #5 and it's solution. However, I think it'll be more flexible to allow others to choose their own filename instead of adding the new attribute to the original filename.
Provide an option for the user to choose whether automatic redirection is necessary.
The text was updated successfully, but these errors were encountered: