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 »
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 »
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 »
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 »
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 »
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 »
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 »
In Google search console you may find that some of your pages has been excluded with the status "Alternative page with proper canonical tag" »
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 »
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 »
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 »