Open tivotyro opened 9 years ago
Coincidentally, I can run the following curl command with success:
curl -X POST -d "grant_type=urn:microsoft.rtc:windows" -u my_username_here:my_password_here --anyauth https://blah.blah.com/WebTicket/oauthtoken
{
"access_token":"cwt=AAEBHAEFAAAAAAAFFQAAAD-tFGK0e3M0dbl1VIX4BwCBEMYh8glV_kVdpAIyQn_jhRyCAv6RgyA6WQMLr1sf_ajMNOasRS9IPnRbyiIQLICS1nzHJG6BD4YIT3dWsQC00ggNECrAWnUloP9ZsB_JoTj_B7k",
"expires_in":27802,
"ms_rtc_identityscope":"local",
"token_type":"Bearer"
}
Any luck with this one? I confirm it's an issue.
A workaround is to do:
->addHeader('Transfer-Encoding', 'chunked')
Problem with NTLM Processing
I am trying to use your library to authenticate to a server - which just happens to be a Microsoft Lync server - via HTTPS and i can't get past an "HTTP Error 411. The request must be chunked or have a content length."
I am aware of #184 which resulted in a error 411, but there is not anything that I can see there that will help in my case.
composer.json
code snippet
output