Hi

I created a wicket quickstart:
https://github.com/olze/WicketRedirect.git

The SC_SEE_OTHER which is defined in the RFC for HTTP 1.1 (iirc Jan. 1997)
was explaining that this should work (sending a post to the application
which uses GET to get the page from the redirected URL) is not working, it
says only 301 and 302 are allowed.
Why?

When using 301 it works as expected when cookies are disabled. When cookies
are disabled and 302 is used, it redirects to the local site and not to the
external one because of the missing Location header. Is this a bug or did i
understand something wrong? I thought 302 should be used when wicket should
redirect to an external URL.

Thanks
Oliver

Reply via email to