Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I make a jQuery AJAX JSON request, it responds with a "d" attribute.

Why is this?

share|improve this question
supposedly MS added it to protect against a particularly XSS vulnerability. – adardesign Feb 27 at 17:09

1 Answer

up vote 7 down vote accepted

here a good article about it http://encosia.com/2009/06/29/never-worry-about-asp-net-ajaxs-d-again/

share|improve this answer
Thanks! I didn't realise it was ASP.NET specific which is why I originally didn't tag it with anything to do with asp.net! Thanks again – Curt Nov 18 '10 at 15:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.