Re: [EMAIL PROTECTED] Proxying GET and POST requests

2007-04-23 Thread Pid
wi wrote: Hi all We have a need (driven by some load/caching issues) to split our incoming traffic so that GET requests go to one set of servers and POST requests go to another part of the farm. Unfortunately, there's no simple URI based way of identifying which is which, so I'm wondering wh

[EMAIL PROTECTED] Proxying GET and POST requests

2007-04-22 Thread wi
Hi all We have a need (driven by some load/caching issues) to split our incoming traffic so that GET requests go to one set of servers and POST requests go to another part of the farm. Unfortunately, there's no simple URI based way of identifying which is which, so I'm wondering whether there is