Firebug doesn’t show any Ajax request being sent to Gmail when i delete any of my conversations. How they are doing it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They do not use AJAX, they use iframes in most cases. For example I found they frenquently uses an iframe that points to this URL http://www.google.ch/blank.html and they uses to make the requests and retrieve the response data.
A bit archaic, but most safe (maybe).