Is there any way to send Ajax requests to server from a Firefox plugin? If yes, how? If no, how do we have client server communication in Firefox plugins?
I want to
You can send ajax requests from firefox extension using xmlHTTPRequest, like in any other web application.