I wish to pass some header variables to a redirect but I'm having some problems

I'm trying to set the header as follows (I found this somewhere)

WORedirect redirect = new WORedirect(this.context());
redirect.setUrl("http://someurl.nl";);
WOResponse r = redirect.generateResponse();
r.setHeader("Value","Key");
redirect.appendToResponse(r, context());

But this does not appear to work. Is there a way to call the
call the destination page with custom headers?

thanks!
Freddie Tilley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to