Go back and reread the HTTP spec.
In particular, read about "303 See Other" on the first hit here:

http://www.google.com/search?q=http+status

--Erik


On Mon, Mar 16, 2009 at 3:57 PM, Cliff Binstock <
cliff.binst...@coyotereporting.com> wrote:

>  My apologies for asking what I think should be obvious.
>
>
>
> I am using POST to upload files.  Works great.  When I’m done, I want to
> return to a standard GET URL.  To do this, I am using:
>
>
>
>                     response.redirectTemporary(newLoc);
>
>
>
> My new location is a restlet route (of course!).  It appears that the
> redirect is getting a POST (remember I’m inside of a POST), and not a GET.
> How do I redirect, setLocation, etc. so that the next URL is a GET?
>
>
>
> P.S., I tried “?method=get”, but I suppose that’s getting ignored because
> I’m not in a GET.
>
>
>
> Thanks much,
>
>
>
> Cliff Binstock
>
>
>
>
>
>
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1335946

Reply via email to