RE: "POST"ing to a different Web Site
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Mon, 18 Jun 2007 06:38:20 GMT
Hi Alex,
Regarding on this "POST" redirection question, I have also found your
another cross thread below:
Subject: POST Redirect to another Site
Newsgroups: microsoft.public.dotnet.framework.aspnet
As you've found and suggested by other community members, you're
recommended to use client-side script to do the post redirect since it will
need to let the client-side do the redirection, server-side
redirection(through webrequest or webclient) won't help here since the
client-sdie browser know nothing about this and those status such as cookie
won't be available in server-side redirection.
Also, I've posted a reply there and suggest you use Bruce's sugestion which
use script to manually remove the "__VIEWSTATE" hidden field in form so
that if you post to another ASPX page, you won't get MAC validation error.
If you have any further questions, please feel free to post in that thread.
Thank you for your posting!
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: POST Redirect to another Site
- Next by Date: localization with javascript files
- Previous by thread: Re: very important for your life...
- Next by thread: localization with javascript files
- Index(es):
Relevant Pages
|