inet on client & winsock on a server it's a good idea? 
Author Message
 inet on client & winsock on a server it's a good idea?

Hi guys,

I'm having problems with restrictions using winsock, so
I'm trying to make connections with inet on my client
side.  Does anybody know if that works well or any
experience about it?

Thank you very much,

Juan



Tue, 28 Dec 2004 01:23:48 GMT  
 inet on client & winsock on a server it's a good idea?
Inet is just a layer over Winsock.. what are these restrictions you have encountered?

Max Bolingbroke

Quote:

> Hi guys,

> I'm having problems with restrictions using winsock, so
> I'm trying to make connections with inet on my client
> side.  Does anybody know if that works well or any
> experience about it?

> Thank you very much,

> Juan



Tue, 28 Dec 2004 14:17:43 GMT  
 inet on client & winsock on a server it's a good idea?
The restriction basically is that there is a firewall that
blocks everything but not http connections.  So I guess
that is just about the header Inet sends and not winsock?

Quote:
>-----Original Message-----
>Inet is just a layer over Winsock.. what are these

restrictions you have encountered?
Quote:

>Max Bolingbroke



Quote:
>> Hi guys,

>> I'm having problems with restrictions using winsock, so
>> I'm trying to make connections with inet on my client
>> side.  Does anybody know if that works well or any
>> experience about it?

>> Thank you very much,

>> Juan

>.



Tue, 28 Dec 2004 22:49:22 GMT  
 inet on client & winsock on a server it's a good idea?
Inet sends properly formed HTTP requests, which the proxy would accept. You can easily emulate Inet with Winsock (www.vbip.com for example of HTTP readers).

The "header" shouldn't make a difference as long as the base request is OK.

Max Bolingbroke



Wed, 29 Dec 2004 22:13:48 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Winsock & INet control through Proxy server

2. Winsock & INet control through Proxy server

3. winsock control: determine server's port from client

4. Communication 'twixt client & server

5. A good, better, best idea

6. Best place to run the Server of a Client/Server Application

7. Need ideas to create client/web server application in VB.NET

8. SMTP client to read mail any idea's

9. Any good idea's?

10. WinSock and INET & Internet Controls

11. Idea's on how to create a Proxy server load tester

12. client/server 'template'

 

 
Powered by phpBB® Forum Software