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

.NET HTTPS RESTful API call

  • Robin Michael

Robin Michael

Mar 27, 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

Advent of Code - 2022

Can I complete Advent of Code 2022 in python this year?  Last years entry and how far I got * 2022 - Python solutions I finished!!  A little later than 25th, but I did catch Covid for the week of 18th - 25th.
Dec 1, 2022

Life and loss

Thinking about life while on a run and thinking why can't I hit my previous running goals with the same effort. This is due to various factors, but the one that continuously hits me is injuries that show up that never did before and take extraordinarily (in my opinion) long
Nov 24, 2022 1 min read

Windows Subsystem for Linux 2

I am running manticore search and redis within my Ubuntu 22 on top of Windows Subsystem for Linux 2 (WSL2) this allows me to connect my Windows development environment (Internet Information Services - IIS) to use linuxy development tools that don't change and match the Amazon Web Services (AWS) cloud
Nov 1, 2022 2 min read
Empty Space © 2023
Powered by Ghost