Friday 1 October 2021

How to fix Sitecore xConnect 403.16 issue ?

In this article, will share steps to fix issue - Sitecore xConnect throwing 403.16 - forbidden

Below are the steps to resolve:

1. go to IIS and select your instance's xConnect site. (Let's say mylocal.xconnect)

2. double click on SSL Setting


3. update settings as below

4. Now hit your instance, (e.g. https://mylocal.xconnect)

Hope this work. If still issue please comment.




Wednesday 29 September 2021

How to get url web status in bulk ?

 In today's article, would like to present script. And the purpose of this script to Get url web status in bulk.




Recently I was chasing few issue that random pages throwing 404/500/400. So thought to prepare a script and get list of items with their current status also can be re-used after period of time.

Steps to Execute:

1. Please find script by click here

2. Please update list of urls in one file and placed at one place (Let's say D:/urls.txt)

3. Open PowerShell and execute script as .\urlhealths.ps1


Note: 

     Please do not forget to update path in script to get url list (line no. 42)

     Also please ensure urls.txt contains list of url (one url in one line)


Hope this will help.