From f132bc6cc2cb3cd86f3dfcc6a533b23dfa251e59 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 5 Aug 2019 15:22:22 -0500 Subject: [PATCH] Touch-ups to First Web API tutorial (#13671) --- aspnetcore/tutorials/first-web-api.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index f3c230066a..e14fcb8039 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -4,7 +4,7 @@ author: rick-anderson description: Learn how to build a web API with ASP.NET Core. ms.author: riande ms.custom: mvc -ms.date: 07/11/2019 +ms.date: 08/05/2019 uid: tutorials/first-web-api --- @@ -732,17 +732,19 @@ This tutorial uses Postman to test the web API. * Start the web app. * Start Postman. * Disable **SSL certificate verification** - + # [Visual Studio](#tab/visual-studio) - * From **File > Settings** (**General* tab), disable **SSL certificate verification**. - -# [Visual Studio for Mac](#tab/visual-studio-mac) - * From **Postman > Preferences > (**General* tab), disable **SSL certificate verification**. Alternatively, select the wrench and select **Settings**, then disable the SSL certificate verification. - - --- + +* From **File** > **Settings** (**General** tab), disable **SSL certificate verification**. + +# [Visual Studio Code / Visual Studio for Mac](#tab/visual-studio-code+visual-studio-mac) + +* From **Postman** > **Preferences** (**General** tab), disable **SSL certificate verification**. Alternatively, select the wrench and select **Settings**, then disable the SSL certificate verification. + +--- > [!WARNING] - > Re-enable SSL certificate verification after testing the controller. +> Re-enable SSL certificate verification after testing the controller. * Create a new request. * Set the HTTP method to **GET**.