Re: Why HTAnchor_findAddress(url) does not work after using proxy server?

At 17:07 5/22/98 -0400, huimin zhou wrote:

>After I registered proxy server and find it, I tried to do:
>HTParentAnchor *anchor = (HTParentAnchor *)HTAnchor_findaddress(url).  
>It always returns nil, even for those urls which are on this side of 
>firewall.
>What should I do to get a proper anchor for HTGetForm* and HTPostForm* 
>methods?

Have you tried the *Absolute versions which take a URI and not an anchor?
They are described at

	http://www.w3.org/Library/src/HTAccess.html

>By the way, one must include /usr/include/sys/machine and 
>/usr/include/netinet/in.h in sysdep.h to make the system compile under 
>RS-6000 AIX 4.*.*.

<netinet/in.h> should already be included. Do you mean <sys/machine> or
<sys/machine.h>?

Henrik

--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Friday, 22 May 1998 18:44:42 UTC