Title:
[ANeff] Bug for: <cfinvoke authtype="basic" fails when NTLM and Basic Auth enabled
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: SharePoint Support
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Trivial / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
When NTLM is enabled and Basic Auth enabled in SharePoint, <cfinvoke authtype="ntlm"..> fails
Steps to reproduce:
1) In SharePoint, enable NTLM and enable Basic Auth
2) While watching traffic w/ Wireshark, run the following code
<cfinvoke webservice="http://#myDomain#/_vti_bin/Lists.asmx?wsdl" method="getlistcollection" domain="#myDomain#" username="#myUsername#" password="#myPassword#" authtype="basic" returnvariable="r">
<cfdump var="#r#">
3) See request was sent as Basic Auth (good) but then POST fails w/ 401 (bug)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126547
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: