proxy error (wodHttpDLX)
by chris, Thursday, June 05, 2008, 03:06 (6017 days ago)
so i'm using socks4 proxy and for some reason its trying to connect to a -(negative) number
Original - 189.136.66.37:34667
Connecting to 189.136.66.37:-30869 (wod.ProxyHostname:wod.ProxyPort)
is the proxy port just an integer number? or long?
Re: proxy error
by woddrazen, Thursday, June 05, 2008, 09:05 (6016 days ago) @ chris
Chris,
I manage to duplicate your problem. I will now transfer it to Grof (our programmer) to see if he can do same in debug mode.
You will receive response from Grof during a day.
Drazen
Re: proxy error
by wodSupport, Thursday, June 05, 2008, 11:23 (6016 days ago) @ woddrazen
Chris,
where do you see this exactly? We're aware of possible issue like this since we declared (by mistake) it as short value - signed shorts go up to 32767, after that they are still ok but represented as negative values. But things will still work - and we cannot change interface anymore.
So what is exact issue you have? We will suggest some workaround in your code.
Regards,
Kreso
Re: proxy error
by wodDamir, Thursday, June 05, 2008, 17:06 (6016 days ago) @ wodSupport
Hi Chris,
This should be fixed now. Can you please download the latest version (or request an update if you're a registered user) and try it out?
Regards,
Damba
Re: proxy error
by chris, Friday, June 06, 2008, 00:48 (6016 days ago) @ wodDamir
thanks for the help... also, is there a way to send a string like winsock's sock.SendData, thanks
Re: proxy error
by wodDamir, Friday, June 06, 2008, 08:21 (6015 days ago) @ chris
Chris,
You should use Post or Put methods for that purpose instead. However, most probably what you need is Post.
You can find more information on Post method on the following link:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~wodHttpDLX~Post.html
Can you check it out?
Regards,
Damba