Using PHP to retrieve information through ISA Proxy Server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bling
Forum Commoner
Posts: 25
Joined: Mon Jul 12, 2004 12:44 pm

Using PHP to retrieve information through ISA Proxy Server

Post by bling »

Has anybody been able to find a way to use PHP to retrieve web data through Microsoft's ISA Proxy Server? ISA uses Windows authentication. Is that a show stopper?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

dive into the curl manual, --proxy-ntlm
bling
Forum Commoner
Posts: 25
Joined: Mon Jul 12, 2004 12:44 pm

Post by bling »

Does anybody have an example of curl and NTLM?
bling
Forum Commoner
Posts: 25
Joined: Mon Jul 12, 2004 12:44 pm

Post by bling »

Most of the difficulty from this was due to installations difficulties. I have posted my resolution in detail here...
http://forums.thinkbling.com/viewtopic.php?t=204
Post Reply