---
title: "What is the difference between proxied and proxyless calls?"  
description: "What is the difference between proxied and proxyless calls?"  
author: "Anonymous User"  
published: 2011-05-11  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/884/what-is-the-difference-between-proxied-and-proxyless-calls  
category: "ajax"  
tags: ["ajax"]  
reading_time: 1 minute  

---

# What is the difference between proxied and proxyless calls?

Proxied calls are made through stub objects that mimic your PHP classes on the JavaScript side. E.g., the helloworld class from the Hello World example. \
Proxyless calls are made using utility javascript functions like HTML_AJAX.replace() and HTML_AJAX.append().

## Answers

### Answer by Anonymous User

Proxied calls are made through stub objects that mimic your PHP classes on the JavaScript side. E.g., the helloworld class from the Hello World example. \
Proxyless calls are made using utility javascript functions like HTML_AJAX.replace() and HTML_AJAX.append().


---

Original Source: https://www.mindstick.com/interview/884/what-is-the-difference-between-proxied-and-proxyless-calls

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
