<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Curl on Holmq.dk</title><link>https://e41943f8.hugo-holmq-dk.pages.dev/tags/curl/</link><description>Recent content in Curl on Holmq.dk</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 08 Apr 2026 13:59:59 +0200</lastBuildDate><atom:link href="https://e41943f8.hugo-holmq-dk.pages.dev/tags/curl/index.xml" rel="self" type="application/rss+xml"/><item><title>Tips and trick using curl</title><link>https://e41943f8.hugo-holmq-dk.pages.dev/post/2023-08-18-curl-tricks/</link><pubDate>Fri, 18 Aug 2023 13:01:44 +0200</pubDate><guid>https://e41943f8.hugo-holmq-dk.pages.dev/post/2023-08-18-curl-tricks/</guid><description>&lt;h4 id="download-files">Download files&lt;/h4>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span>curl -O https://test.example.com/madplan.json
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>curl -O -L http://test.example.com/madplan.json &lt;span style="color:#75715e"># Follows links. In this example the http request will be redirected to https&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>curl -o test.json https://test.example.com/test.json &lt;span style="color:#75715e"># Saves the file as test.json&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h4 id="send-host-header">Send host header&lt;/h4>
&lt;p>Usefull when the server is hosting multiple domains&lt;/p></description></item><item><title>Speedtest using curl</title><link>https://e41943f8.hugo-holmq-dk.pages.dev/post/2023-07-14-speedtest-using-curl/</link><pubDate>Fri, 14 Jul 2023 11:48:28 +0200</pubDate><guid>https://e41943f8.hugo-holmq-dk.pages.dev/post/2023-07-14-speedtest-using-curl/</guid><description>Run a speedtest using CLI</description></item><item><title>Cloudflare delete dns records in bulk</title><link>https://e41943f8.hugo-holmq-dk.pages.dev/post/2023-03-17-cloudflare-bulk-delete-dns-records/</link><pubDate>Fri, 17 Mar 2023 11:02:47 +0100</pubDate><guid>https://e41943f8.hugo-holmq-dk.pages.dev/post/2023-03-17-cloudflare-bulk-delete-dns-records/</guid><description>This is how I&amp;rsquo;m using the cloudflare api to bulk delete dns records</description></item></channel></rss>