basic proxy authentication
Status: Beta
Brought to you by:
asus-
Hi. I had to do a hack to your code to allow me to use
my proxy at work for icq. at libconnect.asm i changed:
%define STRLEN_http 64
RELAYSTRING2 db ' HTTP/1.0',10,'Proxy-Authorization:
Basic ZHNnb2RpbmhvOnl1aTY3OA==',10,10,0
where the mess on RELAYSTRING2 is my user:password
encoded in base64
is there a way for you to do it right and put at least
the base64 string in the config file? my assembler
knowledge is not enough to do that ;-)
peace.