1b. Authenticate (On-Premise) Orchestrator API

Hi,

i’m trying to authenticate to the orchestrator via API, using Postman. I inserted [myOrchestratorURL]/api/account/authenticate, then the credentials, following what found in UiPath Connector Guide.
I get a positive response but instead of the expected answer

{
  "result": "ND_kEaqVx4__SQ0zNEA3vV15ovYqXvpHnpYEnbKKHSjcc0ENIrOzgmj67uXOAxq--lyAvyUMIRp0i0XAAIOQHA_ekFz6idQBCYFKvRTWttYs8xD1pRRIP-pchsbJYhI-QVxrrd0H7PXourk6y0Nt049qWYP-2XrU6oziEX7usl6zK45pOQ4Iut5nmOFQsnd5IMIGBRmdH0fh3hbCtSgQ22S28a44PZHeRCIqb5gKMQKZ0UGvl4sgvw6EFygybPajmPKHQ-oAzNpXamMeicq7y2AM7wJWoUIalE7O0Z3DPogi0U47CqtVVmJfQ4R7OoNM8MhIlqfPoN-IEIULPll4fgPDAgY54iYMYLbXgrFBjSEC1lGMpkTO-40xBbIjoBeL0OV3mVazgZcysqQ7BcwvtpRnZX_VK4V_Pwhzt4ZItsCFS8yOQM0FblT6LBn87JZlQ3nx9FIEo9pny0kHo9v9QJ_iU9nsFNPB71qa1JU6apLBhq5Rj7_PSrm0CfPOizIXRuq0GZ2uXdseR0Xk79-123",
  "targetUrl": null,
  "success": true,
  "error": null,
  "unAuthorizedRequest": false,
  "__abp": true
}

i got this:

<base href="/" />

<title>UiPath Orchestrator </title>
<link rel="shortcut icon" href="favicon.png" />
<link rel="manifest" href="manifest.json">


<script type="text/javascript" src="dist/assets/js/preload.js"></script>
<link rel="stylesheet" type="text/css" href="dist/assets/preloader.css" />
<link rel="stylesheet" type="text/css" href="dist/default.theme.css" />
<link rel="stylesheet" type="text/css" href="dist/css/noto/noto-font-jp-zh-woff.css" />
<link rel="stylesheet" type="text/css" href="dist/css/noto/noto-font-jp-zh.css" />
<link rel="stylesheet" type="text/css" href="dist/css/material-icons/material-icons-fontface.css" />
<link rel="stylesheet" type="text/css" href="dist/styles.css" />

<script type="text/javascript" src="dist/js/mixpanel-init.js"></script>

<link rel="stylesheet" type="text/css" href="dist/analytics.theme.css" />
			<div class="loader-mask"></div>

			<div class="loader-logo-wrap">
				<svg version="1.1" id="orchestrator-logo-ui" xmlns="http://www.w3.org/2000/svg"
					xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="37px" height="37px"
					viewBox="0 0 37 37" enable-background="new 0 0 37 37" xml:space="preserve">
					<rect id="orchestrator-square-logo-blue" x="1" y="1" fill="#1976D2" width="35" height="35" />
					<path fill="#FFFFFF" d="M22.2,20.6c0,4.8-2.7,7.7-7.3,7.7c-4.5,0-7.2-2.8-7.2-7.7V10h3.6v10.6c0,2.7,1.1,4.3,3.6,4.3
                                        c2.4,0,3.6-1.5,3.6-4.3V10h3.6V20.6z" />
					<rect x="25.1" y="13.9" fill="#FFFFFF" width="3.6" height="14.2" />
					<path fill="#FFFFFF" d="M26.9,12.2c-1.2,0.1-2.1-0.8-2.2-2c0-0.1,0-0.1,0-0.2c0.1-1.2,1.1-2.2,2.3-2.1c1.1,0.1,2.1,1,2.1,2.1
                                        c0,1.2-0.9,2.1-2,2.2C27,12.2,27,12.2,26.9,12.2" />
				</svg>
			</div>
		</div>
	</div>
</ui-app>
<script type="text/javascript" src="dist/runtime.js"></script>
<script type="text/javascript" src="dist/scripts.js"></script>
<script type="text/javascript" src="dist/polyfills-es5.js" nomodule></script>
<script type="text/javascript" src="dist/main.js"></script>

This is simply the logo of the UiPath orchestrator.
Can someone explain to me why I got this answer?

Usually that page appears when the request is redirected after an error, so you might want to double-check the URL and the parameters.