Category: middleware

  • Build a REST API with TYPO3

    Unfortunately TYPO3 doesn’t have a battle hardened ready to go REST API. Fortunately however this article will save you a load of time with a simple step by step guide to transform your TYPO3 application into an all singing and dancing REST API. Why a REST API for TYPO3? It’s worth considering why we would…

  • Ajax endpoint in Typo3 – using middleware in version 10

    In previous versions of TYPO3 an endpoint for Ajax could be achieved by configuring a page route in the extension file or by using the EID controller. From version TYPO3 9.5, a middleware layer was introduced. This allows for incoming HTTP requests, presumably the goal here will be for TYPO3 to open up for API…