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.
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.