Hello Rob, > I can do an HttpRequest through a Proxy HttpHost, but I can't seem to figure > out how to send a Post message through a Proxy.
What kind of request can you do? HttpGet? HttpHead? HttpPost? They're all requests, no matter what the method. And they're all treated the same with respect to routing. > I thought there would be a RoutedPost or something. Can I use the > RoutedRequest to send an HttpPost? Yes, just use the HttpPost as the request. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
