Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Kevin B. / ()
Created: 03/06/2019
Versions: 2016,11.0,2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 1 / CF2016U11,CF2018U4
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description: After the last hot fix, CFHTTP "get" method is throwing a 400 error on requests with username/password.
Steps to Reproduce:
<cfhttp
url="#mearestservers['url']#"
method="get"
result="r2"
timeout="20"
username="xxxxxxxxx"
password="xxxxxxx">
</cfhttp>
Actual Result: Error 400: unable to process request psdi.util.MXSystemException
Expected Result: JSON result
Any Workarounds: None
Attachments:
Comments: