John Omernik
John Omernik
So I am perfectly good with Bash vs. JSON. I like the ability to import it easily and without other tools needing to be installed. Thus, output to JSON is...
I also think we should step up from a "logging.conf" and instead create a "go.conf" that has various variables that the implemented go-script-bash is working off of. There may be...
This would be extremely helpful for managed environments where https connections to the outside may not be possible. A container could be built with a current copy, and being able...
Honestly, I want to be able to provide a directory with a a cache file that is the exact copy of the downloaded URLs, and just have it work. I...
Sorry for the long delay. I needed some time to organize my thoughts on this, and I did it through a module I wrote, and I outlined troubleshooting steps here:...
FYI: I am not sure how to reopen this, or should I do new issue?
I appreciate it. For me it's 1 part wanting to get this fixed and 2 parts curiosity. Based on the code in requests toolbelt, I don't think the issue is...
I've done a lot of leg work and the issue comes back to when a page responds with a HTTP 303 and allow_redirects is set to true (the Default in...
No, if you look at the https://github.com/requests/toolbelt/blob/0fe365e2934621ba0d7db546d4fd3e4f25354b4c/requests_toolbelt/adapters/host_header_ssl.py#L31 Requests toolbelt is looking for a header named host, if it exists, it saying "let's assert that the host name we should validate...
Strip_header would essentially remove the header as it sets it for assert_hostname? Ya, that makes sense! And yes, the defaults make sense. On Wed, Jul 11, 2018 at 6:59 AM,...