---
title: "What is the disadvantage of AJAX?"  
description: "What is the disadvantage of AJAX?"  
author: "Anonymous User"  
published: 2011-11-04  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1321/what-is-the-disadvantage-of-ajax  
category: "ajax"  
tags: ["ajax"]  
reading_time: 1 minute  

---

# What is the disadvantage of AJAX?

The disadvantages of AJAX are:\
\

- Search engines would not be able to index an AJAX application.
- The server information can not be accessed within AJAX.
- AJAX is not well integrated with any browser.
- ActiveX requests are enabled only in IE 5 and IE6
- Data of all requests is URL-encoded, which increases the size of the request.

\
\
\

## Answers

### Answer by mohan kumar

You have said that,"ActiveX requests are enabled only in IE 5 and IE6"...If some plugins are not found in a web application,now a days, all the browsers are requesting to install the plugins...Is plugins are made of ActiveX controls???

### Answer by Anonymous User

The disadvantages of AJAX are:\
\

- Search engines would not be able to index an AJAX application.
- The server information can not be accessed within AJAX.
- AJAX is not well integrated with any browser.
- ActiveX requests are enabled only in IE 5 and IE6
- Data of all requests is URL-encoded, which increases the size of the request.

\
\
\


---

Original Source: https://www.mindstick.com/interview/1321/what-is-the-disadvantage-of-ajax

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
