2.28.0
2.28.0 (2023-11-01)
- Introduced a
httpProxyTransportFactory
that wraps the othertransporters
for when you want to send a request via proxy. It is enabled by passing in yoursettings
the valueproxyUrl:'http://myserver/proxy'
. This works much better than the previous approach of managing the url with a proxy at the Quepid level.