I do have a page using the Chenillekit OnEvent mixin to update a select with cities depending on the entered postcode in a textfield.
So far this was working fine, but with the upgrade to T5.2.6 from T5.1.5 this stopped working on our live environment (all pages are served via https) with the problem obviously being the request issued by CK onEvent to port 80 but not 443. This seems to be regarded as a cross site request and the POST is translated into a OPTIONS request. Does anyone know how to force CK onEvent mixin to regard the protocol or how to tell Tapestry to treat OPTIONS request as a POST request? Daniel -- View this message in context: http://tapestry.1045711.n5.nabble.com/Chenillekit-onEvent-mixin-does-not-use-Secure-Protocol-tp4816663p4816663.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org