Re: [Rd] patch to support custom HTTP headers in download.file() and url()

2018-12-23 Thread Martin Maechler
> Gábor Csárdi > on Tue, 4 Dec 2018 21:23:20 + writes: > The patch below adds support for custom HTTP headers in > download.file() and url(). > My main motivation for this is performing basic http > authentication. Some web sites do not support embedding > th

[Rd] patch to support custom HTTP headers in download.file() and url()

2018-12-04 Thread Gábor Csárdi
The patch below adds support for custom HTTP headers in download.file() and url(). My main motivation for this is performing basic http authentication. Some web sites do not support embedding the credentials into the URI itself, they only work if the username and password are sent in the HTTP head