Talk:AJAXDebugging
- 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.
Time your website with
WebWait - from the creator of AjaxPatterns.org
