Skip to content

Commit a186f0d

Browse files
authored
Update active-directory-b2c-html-how-to.md
Clarify the type of the URL and the result of the test
1 parent a9204c4 commit a186f0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

includes/active-directory-b2c-html-how-to.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: msmimart
33
ms.service: active-directory-b2c
44
ms.subservice: B2C
55
ms.topic: include
6-
ms.date: 02/26/2020
6+
ms.date: 03/16/2020
77
ms.author: mimart
88
---
99
## Use custom page content
@@ -158,6 +158,9 @@ Configure Blob storage for Cross-Origin Resource Sharing by performing the follo
158158

159159
Validate that you're ready by performing the following steps:
160160

161-
1. Navigate to [www.test-cors.org](https://www.test-cors.org/) and paste the URL in the **Remote URL** box.
161+
1. Repeat the configure CORS. For **Allowed origins**, enter `https://www.test-cors.org`
162+
1. Navigate to [www.test-cors.org](https://www.test-cors.org/)
163+
1. For the **Remote URL** box, paste the URL of your HTML file. For example `https://your-account.blob.core.windows.net/azure-ad-b2c/unified.html`
162164
1. Select **Send Request**.
165+
The result should be `XHR status: 200`
163166
If you receive an error, make sure that your CORS settings are correct. You might also need to clear your browser cache or open an in-private browsing session by pressing Ctrl+Shift+P.

0 commit comments

Comments
 (0)