urllib icon indicating copy to clipboard operation
urllib copied to clipboard

Request HTTP(s) URLs in a complex world.

Results 39 urllib issues
Sort by recently updated
recently updated
newest added

Note I asked this on S.O. too: https://stackoverflow.com/questions/71430497/digest-authentication-in-nodejs I'm using the urllib npm package with the following code: ``` options = { method: 'GET', rejectUnauthorized: false, digestAuth: `${user}:${pass}` } urllib.request(uri,...

I am using this library to download a continuous MJPEG stream. It works and I can extract the specific images from the stream, however the connection alwas times out automatically....

While receiving the chunks of the buffer, is there any option to upload them directly to another destination without storing them or creating the full buffer locally? In another word,...

I have no control over the source code, so just want to ask in case this version is still maintained. https://github.com/node-modules/urllib/releases/tag/2.41.0 ![image](https://github.com/node-modules/urllib/assets/2442286/e44b4f32-41cb-4976-9bbb-5af04298ea2d) ``` ip

Basic auth is not working with **http** routes only works with **https**

add connections to prevent Error: getaddrinfo EMFILE

https://github.com/nodejs/undici/releases/tag/v6.0.0

https://github.com/nodejs/undici/releases/tag/v5.25.0