Ways of making HTTP redirects and how they are different
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 »
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 »
In this post I will describe the advantages of polling and pushing data in your applications. The patterns are used in most distributed systems. I will »
I recently realised that I had some old posts on my blog with some line break
tags (
) in them, however what I had been using in »
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 »
I recently had to make an endpoint for a deletion of a resource, for this I wanted to use the HTTP Verb DELETE [https://developer.mozilla. »
In this post I demonstrate how you can POST or PUT JSON using the HTTPClient in C#. The simplest way to do this is using the »
It is quite easy to send XML using the HttpClient in asp.net core. In order to do this you need to use the StringContent object, »
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 »
I recently found out that my blog was slow according to google pagespeed [https://developers.google.com/speed/pagespeed/insights/?url=peterdaugaardrasmussen.com] . I scored below »
I will start with a small disclaimer: it is always up to the client how to handle redirects. Most of the time they handle status codes »