Touch-ups to First Web API tutorial (#13671)

pull/13672/head
Luke Latham 2019-08-05 15:22:22 -05:00 committed by GitHub
parent cb04e12fc1
commit f132bc6cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 9 deletions

View File

@ -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
---
@ -734,15 +734,17 @@ This tutorial uses Postman to test the web API.
* 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**.