Home Tags Privacy About

All posts tagged with "Web and HTTP"

These are my posts relating to the web and internet. Posts on how to make websites, APIs and how to use the HTTP protocol and REST properly.

Page 1 of 3 Older Posts →

Azure static web app custom domain fails with unknown error

A couple of days ago I was trying to add a custom domain using CNAME for an Azure static web app. When the custom domain was »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Web and HTTP 06 March 2024

How to setup Google analytics and adsense with cookieyes using Google tag manager

I added cookieyes to my blog not long ago and I wanted to try out adsense and google analytics which I have not been using for »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Web and HTTP 05 January 2024

C# HttpClient - How to use basic authentication and set the HTTP authorization header

Basic authentication is becoming a rare sight, however it is still quite widely used due to its simplicity. In C#, using the HttpClient and HttpRequestMessage you »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, HttpClient, Web and HTTP 08 January 2022

Different types of HTTP redirects and what they actually do

In this post I will describe the different ways of redirecting using the HTTP protocol. It is a shorter version of a previous blog post of »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Web and HTTP 22 May 2021

Ghost blog - How to link within the same document using an anchor tag in markdown

It took me way too long to figure out how to link to a headline further down in my blog post within markdown. I hope I »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Ghostblog, Blogging, Web and HTTP, HTML and CSS, Markdown 19 December 2020

REST - Should you use a body for your HTTP DELETE requests? - updated 2023

In short: There is nothing in the specifications that prohibits the use of a body for a HTTP Delete request. However for some HTTP clients this »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Web and HTTP 14 November 2020

How to fix "Alternative page with proper canonical tag" exclusions in Google Search console

In Google search console you may find that some of your pages has been excluded with the status "Alternative page with proper canonical tag" »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on SEO, Web and HTTP 07 November 2020

C# - How to PUT or POST JSON using the HttpClient in .Net

In this post I demonstrate how you can PUT or POST JSON using the HTTPClient in C#. The simplest way to do this is using the »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on HttpClient, C#, Web and HTTP 24 October 2020

Adding code highlighting to your website and blog using prism.js

If you are a blogger on software you are likely going to share some code snippets. Without highlighting code can be hard to read and your »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Web and HTTP 22 August 2020

Software development - What is idempotence and what is an idempotent API? - Updated 2022

Defining Idempotence According to Wikipedia idempotence is described as: The property of certain operations in mathematics and computer science whereby they can be applied multiple times »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Software architecture, Web and HTTP 12 August 2020
Page 1 of 3 Older Posts →
  • Rss
  • Twitter
  • LinkedIn
  • profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2025 Privacy policy