<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Website monitoring : user format for domain users in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749137#M82079</link>
    <description>&lt;P&gt;Retried with curl and the domain\\username format and got curl to work - but the repsponse is initially a 401 and then retries and is successful - the request goes through a load balancer 1st enroute to the webserver.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; curl &lt;A href="http://mywebsite/healthcheck.aspx" target="_blank"&gt;http://mywebsite/healthcheck.aspx&lt;/A&gt; -v --ntlm -u DOMAIN\\username&lt;BR /&gt;Enter host password for user 'DOMAIN\username':&lt;BR /&gt;* Trying 1.1.1.1 ...&lt;BR /&gt;* TCP_NODELAY set&lt;BR /&gt;* Connected to myhost (1.1.1.1) port 80 (#0)&lt;BR /&gt;* Server auth using NTLM with user 'DOMAIN\username'&lt;BR /&gt;&amp;gt; GET /healthcheck.aspx HTTP/1.1&lt;BR /&gt;&amp;gt; Host: myhost&lt;BR /&gt;&amp;gt; Authorization: NTLM XXX&lt;BR /&gt;&amp;gt; User-Agent: curl/7.61.1&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; &lt;STRONG&gt;HTTP/1.1 401 Unauthorized&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=us-ascii&lt;BR /&gt;&amp;lt; Server: Microsoft-HTTPAPI/2.0&lt;BR /&gt;&amp;lt; WWW-Authenticate: NTLM XXX&lt;BR /&gt;&amp;lt; Date: Thu, 03 Jul 2025 01:07:05 GMT&lt;BR /&gt;&amp;lt; Content-Length: 341&lt;BR /&gt;&amp;lt;&lt;BR /&gt;* Ignoring the response-body&lt;BR /&gt;* Connection #0 to host myhost left intact&lt;BR /&gt;* Issue another request to this URL: '&lt;A href="http://myhost/healthcheck.aspx" target="_blank"&gt;http://myhost/healthcheck.aspx&lt;/A&gt;'&lt;BR /&gt;* Found bundle for host myhost: 0x55a8787a6a60 [can pipeline]&lt;BR /&gt;* Re-using existing connection! (#0) with host myhost&lt;BR /&gt;* Connected to myhost (1.1.1.1) port 80 (#0)&lt;BR /&gt;* Server auth using NTLM with user 'DOMAIN\username'&lt;BR /&gt;&amp;gt; GET /healthcheck.aspx HTTP/1.1&lt;BR /&gt;&amp;gt; Host: myhost&lt;BR /&gt;&amp;gt; Authorization: NTLM XXX&lt;BR /&gt;&amp;gt; User-Agent: curl/7.61.1&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; &lt;STRONG&gt;HTTP/1.1 200 OK&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt; Cache-Control: private&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=utf-8&lt;BR /&gt;&amp;lt; Server: Microsoft-IIS/10.0&lt;BR /&gt;&amp;lt; X-AspNet-Version: 4.0.30319&lt;BR /&gt;&amp;lt; Persistent-Auth: true&lt;BR /&gt;&amp;lt; X-Powered-By: ASP.NET&lt;BR /&gt;&amp;lt; Date: Thu, 03 Jul 2025 01:07:05 GMT&lt;BR /&gt;&amp;lt; Content-Length: 557&lt;BR /&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Health Check&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 01:54:48 GMT</pubDate>
    <dc:creator>Esky73</dc:creator>
    <dc:date>2025-07-03T01:54:48Z</dc:date>
    <item>
      <title>Website monitoring : user format for domain users</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749111#M82077</link>
      <description>&lt;P&gt;what is the correct format for domain users please?&lt;/P&gt;&lt;P&gt;if i curl from a HF i get get the desired 200 response using :&lt;/P&gt;&lt;P&gt;curl -v &lt;A href="http://mywebsite.com" target="_blank" rel="noopener"&gt;http://mywebsite.com&lt;/A&gt; --ntlm -u username@mydomain.ad.ltd.com.au&lt;/P&gt;&lt;P&gt;If i use this format in the TA i see the error message in the logs asking for format in domain\\username&lt;/P&gt;&lt;P&gt;I have tried several connotations of mydomain\\username but have not been successful&lt;/P&gt;&lt;P&gt;what should be the format for this domain?&lt;/P&gt;&lt;P&gt;Or is the issue with --ntlm ? as if we use the --negotiate flag or remove --ntlm we get 401 ?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 14:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749111#M82077</guid>
      <dc:creator>Esky73</dc:creator>
      <dc:date>2025-07-02T14:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Website monitoring : user format for domain users</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749114#M82078</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170132"&gt;@Esky73&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app uses the&amp;nbsp;HttpNtlmAuth/requests-ntlm &lt;A href="https://pypi.org/project/requests-ntlm/" target="_self"&gt;library&lt;/A&gt;&amp;nbsp;which as you've found does require the&amp;nbsp;Username in 'domain\\username' format. There doesnt look to be a way around this.&lt;/P&gt;&lt;P&gt;It should be possible to authenticate using the domain\\username but the domain isnt always the first bit after the&amp;nbsp;@ symbol in the full domain, e.g. it could by "mydomain", "mydomain.ad" or something completely different. Are you able to check with your AD team to see what this value should be?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 15:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749114#M82078</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-02T15:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Website monitoring : user format for domain users</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749137#M82079</link>
      <description>&lt;P&gt;Retried with curl and the domain\\username format and got curl to work - but the repsponse is initially a 401 and then retries and is successful - the request goes through a load balancer 1st enroute to the webserver.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; curl &lt;A href="http://mywebsite/healthcheck.aspx" target="_blank"&gt;http://mywebsite/healthcheck.aspx&lt;/A&gt; -v --ntlm -u DOMAIN\\username&lt;BR /&gt;Enter host password for user 'DOMAIN\username':&lt;BR /&gt;* Trying 1.1.1.1 ...&lt;BR /&gt;* TCP_NODELAY set&lt;BR /&gt;* Connected to myhost (1.1.1.1) port 80 (#0)&lt;BR /&gt;* Server auth using NTLM with user 'DOMAIN\username'&lt;BR /&gt;&amp;gt; GET /healthcheck.aspx HTTP/1.1&lt;BR /&gt;&amp;gt; Host: myhost&lt;BR /&gt;&amp;gt; Authorization: NTLM XXX&lt;BR /&gt;&amp;gt; User-Agent: curl/7.61.1&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; &lt;STRONG&gt;HTTP/1.1 401 Unauthorized&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=us-ascii&lt;BR /&gt;&amp;lt; Server: Microsoft-HTTPAPI/2.0&lt;BR /&gt;&amp;lt; WWW-Authenticate: NTLM XXX&lt;BR /&gt;&amp;lt; Date: Thu, 03 Jul 2025 01:07:05 GMT&lt;BR /&gt;&amp;lt; Content-Length: 341&lt;BR /&gt;&amp;lt;&lt;BR /&gt;* Ignoring the response-body&lt;BR /&gt;* Connection #0 to host myhost left intact&lt;BR /&gt;* Issue another request to this URL: '&lt;A href="http://myhost/healthcheck.aspx" target="_blank"&gt;http://myhost/healthcheck.aspx&lt;/A&gt;'&lt;BR /&gt;* Found bundle for host myhost: 0x55a8787a6a60 [can pipeline]&lt;BR /&gt;* Re-using existing connection! (#0) with host myhost&lt;BR /&gt;* Connected to myhost (1.1.1.1) port 80 (#0)&lt;BR /&gt;* Server auth using NTLM with user 'DOMAIN\username'&lt;BR /&gt;&amp;gt; GET /healthcheck.aspx HTTP/1.1&lt;BR /&gt;&amp;gt; Host: myhost&lt;BR /&gt;&amp;gt; Authorization: NTLM XXX&lt;BR /&gt;&amp;gt; User-Agent: curl/7.61.1&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; &lt;STRONG&gt;HTTP/1.1 200 OK&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt; Cache-Control: private&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=utf-8&lt;BR /&gt;&amp;lt; Server: Microsoft-IIS/10.0&lt;BR /&gt;&amp;lt; X-AspNet-Version: 4.0.30319&lt;BR /&gt;&amp;lt; Persistent-Auth: true&lt;BR /&gt;&amp;lt; X-Powered-By: ASP.NET&lt;BR /&gt;&amp;lt; Date: Thu, 03 Jul 2025 01:07:05 GMT&lt;BR /&gt;&amp;lt; Content-Length: 557&lt;BR /&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Health Check&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 01:54:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-monitoring-user-format-for-domain-users/m-p/749137#M82079</guid>
      <dc:creator>Esky73</dc:creator>
      <dc:date>2025-07-03T01:54:48Z</dc:date>
    </item>
  </channel>
</rss>

