RE: Tunneling, Firwall?

2001-04-19 Thread JustinMacCarthy

How do you mean only IE ???
If you want to pretend to be IE from any client all you need to do is send a
http__user_agent value in the request, easy...


Justin

>>-Original Message-
>>From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, April 19, 2001 10:59 AM
>>To: CF-Talk
>>Subject: Tunneling, Firwall?
>>
>>
>>We're sending HTTP request to a CF server
>>from within a client that is not a browser (It's our own Visual
>>C++ application).
>>
>>We're having a problem with firewalls. Personal/Enterprise
>>firewalls just don't seem to let us throgh (only IE is permitted).
>>Can someone suggest a technical way to Tunnel from within
>>a Firewall?
>>
>>I would like to research this subject.
>>
>>Thanks,
>>
>>-Michael.
>>
>>
>>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Tunneling, Firwall?

2001-04-19 Thread Mark Woods

If IE is permitted, then it seems the restriction is based solely on the 
user agent header. Get you vc++ app to send a user agent header which is 
the same as an IE one.


At 10:58 AM 4/19/2001, you wrote:
>We're sending HTTP request to a CF server
>from within a client that is not a browser (It's our own Visual C++ 
>application).
>
>We're having a problem with firewalls. Personal/Enterprise
>firewalls just don't seem to let us throgh (only IE is permitted).
>Can someone suggest a technical way to Tunnel from within
>a Firewall?
>
>I would like to research this subject.
>
>Thanks,
>
>-Michael.
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists