PHP x Proxy Authentication

1

I have a network with proxy authentication which I do not have access to the settings and a system in the internal network via PHP.

The users and passwords of the PHP system are the same as those of AD and PROXY, but would like that when sending a request in PHP it was even authenticated in the external proxy.

Some settings were tested with NTLMAPS, however, it only did not authenticate PHP and slowed down in other forms of request.

Does anyone know of any alternatives?

    
asked by anonymous 16.09.2014 / 15:25

1 answer

1

I was able to solve using this post:

link

Using native php functions for LDAP

link

    
19.09.2014 / 18:05