Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
d7ca221c 06/27/2022 03:41 PM Adam Ruzicka

Fixes #34996 - Ignore http proxies when talking to smart proxies

6f724472 06/27/2022 03:41 PM Adam Ruzicka

Fixes #35014 - Rework Net::HTTP extension

8b3c7c54 06/27/2022 03:41 PM Adam Ruzicka

Fixes #35014 - Fix injection of global HTTP proxy into net/http

We were passing wrong arguments to proxy_http_request?, causing it to
always evaluate to false so no requests were proxied.

73a42646 09/07/2021 04:13 PM Lukas Zapletal

Fixes #32837 - drop unwanted URI parsing from extension

a41cabb4 06/11/2021 08:47 AM Adam Ruzicka

Fixes #32192 - Override only the relevant parts

a196afb1 06/11/2021 08:47 AM Adam Ruzicka

Fixes #32192 - Monkey patch restclient to unescape proxy credentials

Restclient as of version 2.1.0 uses provided credentials stored in a proxy URI
object verbatim. If the credentials are escaped as they should be, then this
leads to errors when we try to use the credentials because restclient sends the...

310c257c 03/15/2019 11:32 AM Bernhard Suttner

Fixes #26357 - Show library/type of HTTP Proxy request

df1215f9 04/21/2018 12:34 PM Lukas Zapletal

Fixes #23254 - Utilize webmock to prevent network connection

in tests

7f8fd14d 09/19/2017 09:29 AM Sebastian Gräßl

Fixes #20201 - Global HTTP proxy for outgoing requests

This introduce two new settings to proxy outgoing HTTP
requests and one to except certain hosts from it.

The extensions for Excon::Connection and Net::HTTP
allow setting a proxy on their requests.

View revisions

Also available in: Atom