Re: Sponsor my laptop

2025-07-13 Thread Hans Henrik Bergan via curl-users
Please don't cheap out on the display, you'll be looking at it for hours, it's worth the premium. On Sat, 12 Jul 2025 at 16:12, Daniel Stenberg via curl-users wrote: > > Hello, > > We're running a small crowd-source program to give everyone a chance to help > sponsor a new laptop for curl develop

Re: supporting --longopt=value

2025-07-01 Thread Hans Henrik Bergan via curl-users
On Tue, 1 Jul 2025 at 11:12, Daniel Stenberg via curl-users wrote: > > Thoughts? > > -- > > / daniel.haxx.se || https://rock-solid.curl.dev > -- > Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users > Etiquette: https://curl.se/mail/etiquette.html +1 -- Unsubscribe: https://lists.

Re: Outdoor Remote Socket 16 amp

2025-01-16 Thread Hans Henrik Bergan via curl-users
idk about one that can be controlled from curl directly, but i know one that can be controlled from a terminal: TP-Link HS110 can be controlled from the terminal via https://github.com/divinity76/hs110-api-php for example to turn off: php tpcli.php 192.168.1.99 off to turn on: php tpcli.php 192.168

Re: curl getting different html

2025-01-10 Thread Hans Henrik Bergan via curl-users
>can curl give me a gzipped page if i use the correct header? (hint hint - can >you tell me what to use for curl) if you want to witness the compressed version first-hand, run curl --header 'Accept-Encoding: gzip, deflate, br, zstd' -o - https://www.podchaser.com/podcasts/crypto-corner-bitcoin-a

Re: curl getting different html

2025-01-08 Thread Hans Henrik Bergan via curl-users
>i don;t get the 'are you a human' page with any of them lucky you: cloudflare's automated systems deems it unnecessary to challenge you. A variation of a "trustworthy IP range" and "correct-looking headers" and "an SSL/TLS implementation behaving like a web browser" cause people to not get chall

Re: curl getting different html

2025-01-08 Thread Hans Henrik Bergan via curl-users
The website is using the Cloudflare "Bot Fight Mode" thing which is "protecting the website against bots", dillo, w3c, and curl are all triggering the "are you a human?" challenge page, and none of them are capable of passing it. It is strange that your dillo is not triggering it, probably somethi