<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-size: 13px;">Hello,&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;">&nbsp; Do I need to do anything special to enable sending data for POST or PUT&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;">requests to a WARequestHandler in Seaside? Something in nginx.conf?</span></div><div><span class="Apple-style-span" style="font-size: 13px;">GETs have been working fine for me.&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 13px;">&nbsp; My client app is sending a POST, with data, but nginx shows no&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;">data and the value in the dictionary fields shows nil for that entry.&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;">Perhaps the POST should be a PUT, but still, I don't get any data.</span></div><div><span class="Apple-style-span" style="font-size: 13px;"><br></span></div><div><div><span class="Apple-style-span" style="font-size: 13px;">&nbsp; Also, is there some way to put a halt in a subclass of WARequestHandler&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;">so that I can get a continuation that I can debug? Halts just seem to&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;">throw a message to the log, but not pop up a continuation.&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 13px;">&nbsp; Regards,&nbsp;</span></div><div><span class="Apple-style-span" style="font-size: 13px;"><br></span></div><div><span class="Apple-style-span" style="font-size: 13px;">&nbsp; Larry</span></div></div></body></html>