RDS restricted by IP?

2005-05-04 Thread David Manriquez
 Hi ppl.

 Is posible to restrict RDS to one or list of IP's?
 in CFMX and CFMX 7..

  any idea about to perform this?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: RDS restricted by IP?

2005-05-04 Thread Dave Watts
  Is posible to restrict RDS to one or list of IP's?
  in CFMX and CFMX 7..
 
   any idea about to perform this?

Not within CF itself, to the best of my knowledge. However, RDS requests use
a single URL pattern, /CFIDE/Main/ide.cfm, which you may be able to use to
limit access from within your web server's configuration. If you're using
CFMX with IIS, this will be a bit difficult, since CFMX installs an ISAPI
filter (in IIS 5) or an ISAPI wildcard extension (in IIS 6), and those
things will parse URL requests and route them to CF before the regular web
server software kicks in to do its thing. I'm not sure how this would work
on Apache.

Alternatively, you might try using a servlet filter to help you with this:
http://www.servletsuite.com/servlets/ipflt.htm

I think that's the approach I'd try first.

You might want to submit this to MM as a feature request, actually.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205593
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54