**** BEGIN LOGGING AT Fri Oct 19 03:00:01 2012 Oct 19 05:37:25 is there a better way to get around passing data back from a server than in the HTTP headers? Oct 19 05:37:38 it seems iOS versions arbitrarily scrub headers not approved by apple Oct 19 07:19:00 summatusmentis: you can pass data in the body of the page Oct 19 13:55:10 madnificent: I may need to look into that Oct 19 14:20:10 i'm not sure in what direction you want to send data. but from client to server: use a post form and put the content in the body. in the other direction: any request, put the content in the boy. Oct 19 14:20:17 s/boy/body/ Oct 19 14:21:18 no, from server to client Oct 19 14:22:23 body! the answer is always the body of the request! :P Oct 19 14:35:23 I wonder how I get to modify the body in struts **** ENDING LOGGING AT Sat Oct 20 03:00:02 2012