On Sat, May 24, 2008 at 1:56 PM, Chakradhar Nanga <[EMAIL PROTECTED]> wrote:
> Hi: > > > > I have a question on the current behavior of IG_FetchContent() and > makeRequest() in Shindig (at least on Hi5). On both these containers, if > I pass in a URL that returns a 500/503 error the proxy changes the > status code to 200. Which status code are you referring to? The HTTP status code returned by makeRequest is always 200 because the actual status code is packed into the response body (response.rc). We do this so that we can convey more meaningful error messages (not just HTTP) to the client. > > > > Is this intentional? If so, any idea why? > > > > Thanks > > Chak > >

