---
title: "Deprecation: #68141 - typo3/ajax.php"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-68141"
source: "Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst"
typo3-version: "7.4"
typo3-major: 7
type: "deprecation"
issue: 68141
forge: "https://forge.typo3.org/issues/68141"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #68141 - typo3/ajax.php {#deprecation-68141}

See [forge#68141](https://forge.typo3.org/issues/68141)

## Description {#description}

The ajax.php entry-point has been marked as deprecated. All AJAX requests in the Backend using the Ajax API are
not affected as they automatically use index.php.

## Impact {#impact}

All extensions directly linking to typo3/ajax.php will throw a deprecation warning.

## Affected Installations {#affected-installations}

Installations with custom extensions that call typo3/ajax.php without using proper API calls from `BackendUtility`.

## Migration {#migration}

Use `BackendUtility::getAjaxUrl()`.
