jamesiarmes / php-ntlm

NTLM authentication library for PHP.
MIT License
54 stars 27 forks source link

Add ability to fetch the WSDL with NTLM Auth. #11

Open das-peter opened 5 years ago

das-peter commented 5 years ago

This should fix #4 - WSDL fetching not working. It's not a great solution but one that should work ;)

As for the mentioned https://github.com/matejsvajger/ntlm-soap-client - I'm a bit afraid that this approach could interfere with other http fetches because it overwrites the 'http' stream wrapper: https://github.com/matejsvajger/ntlm-soap-client/blob/master/src/NTLMSoap/Model/BaseClient.php#L31

shaggyz commented 5 years ago

Hey guys, any reason this PR is not yet merged? 🤔

erSitzt commented 3 years ago

Would be nice if this gets merged if it is confirmed to be working