fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#libcurl

2 posts2 participants0 posts today

🛡️ has been around for 26 years—and it’s still secure! How?

European Open Source Academy member, @bagder Stenberg, joined the latest episode of Security Weekly Productions, discussing how Curl and have maintained security and reliability over decades.

A must-listen for and enthusiasts! 👨‍💻🔒

📺 Explore the episode : youtube.com/watch?v=0UavY_kKKic

👉 Learn more about the Academy : europeanopensource.academy/new

In ten minutes I will start the webinar "getting started with #libcurl". You can still join here: us02web.zoom.us/webinar/regist

ZoomWelcome! You are invited to join a webinar: New and Updated: Getting Started with curl. After registering, you will receive a confirmation email about joining the webinar.Start 2025 with mastering libcurl! Take your URL transfer skills to the next level! Join curl founder and lead developer Daniel Stenberg on January 9th at 10 AM PT for an exclusive webinar, New and Updated: Getting Started with curl. In this session, Daniel will provide invaluable insights into the foundational concepts and best practices of libcurl, the widely acclaimed client-side URL transfer library. Known for its versatility, libcurl supports a vast range of protocols, including HTTP/3, cookies, DICT, FILE, FTP, and FTPS, and is compatible with virtually all platforms. This webinar is the perfect opportunity to refine your knowledge or acquire new skills. This webinar will cover: - Introduction to curl and its basics - API principles and the easy interface - Navigating libcurl source code - Getting transfer information and troubleshooting - Managing parallel non-blocking transfers - URL parsing and threading considerations Don’t miss this chance to enhance your expertise with direct guidance from the creator of curl. Register today and start the new year with powerful new skills to bolster your toolkit! As always, our webinar will include Q&A throughout. If you have questions about any of the above, please contact us at facts@wolfssl.com or +1 425 245 8247.

Next week on Thursday Jan 9 comes a new chance to get to learn how to get started with #libcurl development in a live and free webinar with me. Sign up here:

us02web.zoom.us/webinar/regist

There's a Q&A too of course.

ZoomWelcome! You are invited to join a webinar: New and Updated: Getting Started with curl. After registering, you will receive a confirmation email about joining the webinar.Start 2025 with mastering libcurl! Take your URL transfer skills to the next level! Join curl founder and lead developer Daniel Stenberg on January 9th at 10 AM PT for an exclusive webinar, New and Updated: Getting Started with curl. In this session, Daniel will provide invaluable insights into the foundational concepts and best practices of libcurl, the widely acclaimed client-side URL transfer library. Known for its versatility, libcurl supports a vast range of protocols, including HTTP/3, cookies, DICT, FILE, FTP, and FTPS, and is compatible with virtually all platforms. This webinar is the perfect opportunity to refine your knowledge or acquire new skills. This webinar will cover: - Introduction to curl and its basics - API principles and the easy interface - Navigating libcurl source code - Getting transfer information and troubleshooting - Managing parallel non-blocking transfers - URL parsing and threading considerations Don’t miss this chance to enhance your expertise with direct guidance from the creator of curl. Register today and start the new year with powerful new skills to bolster your toolkit! As always, our webinar will include Q&A throughout. If you have questions about any of the above, please contact us at facts@wolfssl.com or +1 425 245 8247.

No need to email me about Cisco AnyConnect | daniel.haxx.se

Link
📌 Summary: 本文作者解釋了其姓名和電子郵件地址出現在思科公司的AnyConnect VPN客戶端應用程式中的原因,因為該產品使用了libcurl庫。由於許多用戶在遇到問題時無法找到適當的聯繫方式,導致他們誤將電子郵件發送給他。作者表示過去多年收到近百封求助信,但對於AnyConnect並無任何瞭解,無法提供幫助,並明確指出其與思科並無關聯,提供了正確的支援聯繫地址。

🎯 Key Points:
- 作者的姓名和電子郵件因libcurl授權而出現在AnyConnect中。
- 使用者常遇到聯繫方式不明的情況,導致求助信寄給作者。
- 作者累計收到約100封關於AnyConnect的求助郵件,但無法幫助。
- 清楚表明自己是curl的首席開發者,與思科無任何關聯。
- 正確的支援聯繫地址為ac-mobile-feedback@cisco.com。

🔖 Keywords: #AnyConnect #libcurl #支援 #思科 #電子郵件
daniel.haxx.se · No need to email me about Cisco AnyConnectMy name and email address can be found in the VPN client application made by Cisco called AnyConnect. They are present there as part of the curl license, because this product - like thousands of others - uses libcurl. My name appears in many products. Apparently, people often have problems finding an appropriate address to … Continue reading No need to email me about Cisco AnyConnect →

This article explores how to consume APIs in C, using the libcurl library. By the end, you'll understand how to fetch and process data from APIs using C, and why this approach is relevant even in modern development.

dev.to/robertobutti/consuming-

DEV CommunityConsuming APIs in C: a practical guide for modern developersToday, consuming web APIs is a common practice for exchanging data between applications. Tutorials on...