At 1:13 PM -0400 5/1/01, g r i m m w e r k s wrote:
>Hey all -
>
>I've a client using a proxy server; I've set proxyserver(#http) and #port
>(they're returned properly) but any postnettext calls are still not getting
>to our server. Yet when they try with a browser, it succeeds.
>
>Can anyone point me into some deeper proxyserver docs?
There aren't any. You are probably hitting one of two likely limitations
with the proxyServer command:
1) The proxy server you are attempting to connect to requires
authentication. Director doesn't support this (not even using undoc'd
features or hacks) so you are SOL.
2) The proxy server settings in the browser are referencing an NTLM style
domain proxy. See 1).
I've actually just spent a chunk of the past two days researching this area
of Director heavily. There's not a lot of information.
--
...---===| Terry R. Schussler |===---...
...---===| Chief Investigator |===---...
on visitWebsite yourSelection
coolSites = [ \
#greatSeminars : "http://www.macromediaSEMINARS.com/", \
#directorUniversity: "http://www.directorU.com", \
#freeBehaviors : "http://www.behaviors.com/"]
gotoNetPage coolSites[yourSelection]
end visitWebsite
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]