Re: Recoverable error question

2004-01-26 Thread Eric Johnson
Oleg Kalnichevski wrote: Hi Tim, See my comments in-line below [snip] My challenge is that the bank processes each GET request, even if it has the same parameters as a previous request (yes, I know that GETs should be idempotent but I don't have a choice). I can't charge people twice. I

Re: Recoverable error question

2004-01-25 Thread Oleg Kalnichevski
Hi Tim, See my comments in-line below > I'm using HttpClient in an application to initial ACH checking transfers > with a bank. I need to make a GET request, but I had questions about > the HttpRecoverableException. > > When is that thrown during the communications timeline? > Rather unfort

Recoverable error question

2004-01-24 Thread Tim Shadel
Hi. I'm using HttpClient in an application to initial ACH checking transfers with a bank. I need to make a GET request, but I had questions about the HttpRecoverableException. When is that thrown during the communications timeline? My challenge is that the bank processes each GET request, eve