301 Permanent Redirect?

You can get only a referer. I think you will not be able to get the http status code on server which the client gets during last request.

Not much you can do. If you were doing the 301, you could set the referrer to the querystring. But since you're not, you can only grab what the request has given you.

Related Questions