Thread: HTTP proxy
View Single Post
Old 10-30-2002, 05:29 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

The problem is that your proxy is not configured to allow the CONNECT method which FlashFXP requires. You will need to contact your isp and ask them to enable support. The CONNECT method provides a lot more control over the GET / POST methods and is required to FXP.

You can pass this on to your admin. This must be added to your squid.conf file.

acl CONNECT method CONNECT
http_access allow CONNECT
bigstar is offline