httpclient
httpclient copied to clipboard
'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby.
Found in https://github.com/ManageIQ/manageiq-rpm_build/issues/200
I need to make a connection to a web site via an internet proxy. The proxy requires authentication. libcurl is able to use the https scheme for the connection to...
We see the tests in `httpclient` run into timeouts with `webrick` 1.7.0. I was able to track it down to this line in `lib/httpclient/session.rb`: ``` 799 StatusParseRegexp = %r(\AHTTP/(\d+\.\d+)\s+(\d\d\d)\s*([^\r\n]+)?\r?\n\z) 800...
Also fix some of the tests to work with frozen strings. There are still more errors, including https://github.com/sparklemotion/http-cookie/pull/25. Closes #395
When making requests, HTTPClient [adds cookies from the cookie manager as multiple cookie headers](https://github.com/nahi/httpclient/blob/4658227a46f7caa633ef8036f073bbd1f0a955a2/lib/httpclient.rb#L1188). [This is invalid according to RFC 6265.](https://datatracker.ietf.org/doc/html/rfc6265#section-5.4) > When the user agent generates an HTTP request,...
Hello, The last release was in 2016, since then a lot has changed :) Can we please have a new release, thanks!
OMG this library uses a built-in list of CA certificates from 2015: :hankey: :man_facepalming: ``` ## ## Bundle of CA Root Certificates ## ## Certificate data from Mozilla as of:...
Hi, the last release was quite some time ago. There were some changes merged that ensure httpclient works on modern ruby versions. Could you please do a new release so...
 ^ To update the store that hasn't been updated in a while, and that are not containing the new Let's Encrypt root certs This only updates cacert.pem though as...
I have a server respond with a challenge of: WWW-Authenticate: Digest realm="realmhere",qop="auth,auth-int",nonce="60b9e1bc89661",opaque="0e3a3074e5fdc57d09" This causes the response to have ...,qop="auth, ... with the missing quote at the end and that makes...