Home All Groups Group Topic Archive Search About

v2.0 Form POST - The state information is invalid

Author
13 Jan 2006 5:26 PM
Chris
This scenario used to work with v1.1

Take a simple html form from www.Website1.com and post to
www.Website2.com/Index.aspx with a few form fields. On submittal, you will
get an error.
[error only occurs when posting is cross-domain]

If you were to use a querystring to access the Index.aspx instead of posting
the form, the page would load properly.

The purpose of posting to another page on another site is to pre-load some
form elements. [convenience]

Anyone have any ideas?

Author
13 Jan 2006 9:32 PM
Winista
how are you posting to new URL?

Show quoteHide quote
"Chris" <rooster***@hotmail.com> wrote in message
news:e%23LAZdGGGHA.2708@TK2MSFTNGP11.phx.gbl...
> This scenario used to work with v1.1
>
> Take a simple html form from www.Website1.com and post to
> www.Website2.com/Index.aspx with a few form fields. On submittal, you will
> get an error.
> [error only occurs when posting is cross-domain]
>
> If you were to use a querystring to access the Index.aspx instead of
> posting the form, the page would load properly.
>
> The purpose of posting to another page on another site is to pre-load some
> form elements. [convenience]
>
> Anyone have any ideas?
>

Bookmark and Share