Empty Space
  • Home
  • Resume
  • Posts
  • Personal
  • Code
Sign in Subscribe
code

.NET HTTPS RESTful API call

  • Robin Michael

Robin Michael

27 Mar 2019

Because .NET Core 2.2 has switched over to serving from https by default on port 5001 which can be a problem when you are debugging locally use cURL and jq for API testing from the command line

Following is from the default WebAPI project

curl -X GET https://localhost:5001/api/values -H 'cache-control: no-cache' --insecure | jq '.'

Sign up for more like this.

Enter your email
Subscribe

Ersatz Thinking

To learn and understand something you need to encounter challenge or friction just like lifting weights you should lift on a progressive overload to build strength or training to run a marathon you must build up your aerobic base over time with increased training distances and durations. That Large Language
22 Nov 2025 1 min read

MySql 8.0 LTS to 8.4 LTS

This blog requires multiple software components and one of them is MySql which I have been upgrading over time of the original install of MySql 5 and now it is on 8.0. This transition has not been easy or straightforward because of the change to utfmb4 was a huge
16 Nov 2025 2 min read

Transforming logs with Vector

Working in a new Kubernetes based system and the various pods are all running different applications and the requirements are * First push the logs out * Standardized the output of each log from all the various applications Introducing Vector to the rescue as a data pipeline that can perform in place
04 Nov 2025 1 min read
Empty Space © 2025
Powered by Ghost