Talk:AJAXDebugging - Ajax Patterns

Talk:AJAXDebugging

Spam and editing problems. Ajax Patterns has suffered from several spam attacks lately. There are also some problems saving edits. I'm currently (Nov-Dec 2008) the server to rectify these problems. Thanks for your patience during this time.
- Michael Mahemoff, AjaxPatterns.org.

From Ajax Patterns

Would be nice to have a page about this as a pattern.

There's a Debugging pattern if that helps?

Questions: Which is the best way to "hide" debugging information comming from the server. If I do not want to mix debug information with the response, can I include the debug info into the http header?

This kind of info is covered inside Logging, unless there's something else you're looking for?

Yes and No. Indeed the name of the page was not the best. Maybe my "problem" fits more into the logging pages scope. May question is, which would be the best way to send server-debug/trace information from server to browser together with the httpresponse (and viceversa). If one uses the "responseText", could such information be embedded into the header? I want to keep the responseText "clean". Maybe a pattern about this could be interesting.