|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
v2.0 Form POST - The state information is invalidThis 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? how are you posting to new URL?
Show 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? > |
|||||||||||||||||||||||