The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,839 other subscribers

Sending various HTTP request kinds using curl

Posted by jpluimers on 2017/07/25

I’ve been using cURL but always had a feeling not to its potential basically because the cURL man page [WayBack] is both massive and lacks concrete useful practical examples.

For instance, I knew about the --header and --verbose options (I always use verbose names even though shorter -H and -v exist) to pass a specific header and get verbose output, but the man page basic examples like this by Tader:

curl --header --verbose "X-MyHeader: 123" www.google.com

source: How to send a header using a HTTP request through a curl call? – Stack Overflow [WayBack]

There are some more examples at bropages.org/curl but they’re hardly organised or documented.

So I was really glad I found the below answer [WayBack] by Amith Koujalgi to web services – HTTP POST and GET using cURL in Linux – Stack Overflow.

But first note that recent versions (around 7.22 or higher) of cURL now need to combine the --silent and --show-error (or in short -sS) parameters to suppress progress but show errors: linux – How do I get cURL to not show the progress bar? – Stack Overflow [WayBack]

Back to the examples

Read the rest of this entry »

Posted in *nix, Communications Development, cURL, Delphi, Development, HTTP, https, Internet protocol suite, JavaScript/ECMAScript, JSON, Power User, REST, Scripting, Security, Software Development, TCP, TLS, XML, XML/XSD | 1 Comment »

Some repositories with Mikrotik RouterOS Scripts (so no repos with API interfaces)

Posted by jpluimers on 2017/07/25

For my own reference:

–jeroen

Posted in Development, RouterOS, Scripting, Software Development | Leave a Comment »

How to Turn YOUR Handwriting into a Font for FREE!

Posted by jpluimers on 2017/07/24

Cool:

Tutorial showing how to turn your handwriting into a font for FREE! This is great for making personalized gifts, kids’ crafts, scrapbooking, & more!

It’s all about www.myscriptfont.com [WayBack] which can genrerate TTF or OTF form a filled in PDF Form [WayBack] or PNG Form [WayBack]

–jeroen

Source: How to Turn YOUR Handwriting into a Font for FREE! [WayBack]

Via:

Read the rest of this entry »

Posted in Font, LifeHacker, Power User | Leave a Comment »

“Dance Like No One’s Watching Encrypt Like Everyone Is” T-Shirts & Hoodies by Dumb Shirts | Redbubble

Posted by jpluimers on 2017/07/24

“Dance like no one’s watching.

Encrypt Like Everyone Is”

T-Shirts & Hoodies by Dumb Shirts | Redbubble

–jeroen

 

Posted in Fun, Quotes, T-Shirt quotes | Leave a Comment »

Happy Pi approximation day.

Posted by jpluimers on 2017/07/22

Since 22/7 is a better approximation for Pi than 3,14: happy Pi approximation day.

–jeroen

Posted in Geeky | Leave a Comment »

Free ebook: Introducing Windows Server 2016 – Microsoft Press blog

Posted by jpluimers on 2017/07/21

It’s been a while ago, but still relevant and available as both Standard PDF [WayBack] and Mobile PDF [WayBack]:

free ebook, Introducing Windows Server 2016 (ISBN 9780735697744), by John McCabe and the Windows Server team. Enjoy!

Source: Free ebook: Introducing Windows Server 2016 – Microsoft Press blog [WayBack]

Via: Ondrej Kelle – Google+ [WayBack]

Posted in Power User, Windows | Leave a Comment »

Amazon.com: Panoware Men’s Windows Failure Computer Geek Funny T-shirt- failure is not an option

Posted by jpluimers on 2017/07/21

Failure is not an option.

–jeroen

Posted in Fun, Quotes, T-Shirt quotes | Leave a Comment »

How do I rename a task in Task Scheduled on Windows Server 2008 R2 – Server Fault

Posted by jpluimers on 2017/07/20

you cannot rename a task except for exporting, renaming and importing again

Source: How do I rename a task in Task Scheduled on Windows Server 2008 R2 – Server Fault [WayBack]

–jeroen

Posted in Power User, Windows | Leave a Comment »

Firebird 3.0 – Monitor Need to monitor you firebird 3.0 database? This just works…

Posted by jpluimers on 2017/07/20

Interesting tool as it just works magically:

Firebird 3.0 – MonitorNeed to monitor you firebird 3.0 database? We have the right tool for you!

–jeroen

Posted in Database Development, Development, Firebird | Leave a Comment »

Postman offers free (small-project) API developer tools – Open Source Insider

Posted by jpluimers on 2017/07/19

Cool: [WayBackPostman offers free (small-project) API developer tools – Open Source Insider.

I’ve used the [Archive.isPostman – Chrome Web Store for HTTP/HTTPS API testing using various REST services. It’s awesome even though unlike the postmanlabs/postman-chrome-extension-legacy: Postman REST Client Chrome Extension (Legacy Version) it’s not open source any more as it now can run server side and has an API of itself [WayBack].

Get it at [WayBackPostman | Supercharge your API workflow. Available for Mac OS X, Windows, Linux and Chrome users.

–jeroen

Posted in Communications Development, Development, HTTP, Internet protocol suite, REST, SOAP/WebServices, Software Development, TCP | 2 Comments »