C
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?
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?