Are you trying to post from HTTPS to HTTP or vice versa? Do you post to the same domain?
2010/9/11 Itay Moav <[email protected]> > Why when I do > > new Request.HTML({....}).post($('formid')); > > > the request shows as OPTIONS and not POST in firebug (and it renders my > system useless) > I am using SSL. > > >
