[TYPO3-dev] BE module with extJs but in 4.2.8

Bastian Waidelich bastian at typo3.org
Wed Jul 29 21:16:14 CEST 2009


Xavier Perseguers wrote:

Hi,

>>     proxy: new Ext.data.HttpProxy({
>>         url: 'ajax.php',
>>         method: 'POST'
>>     }),
> 
>                   ^^^^^^
> 
> Are you sure you need a POST method?

AFAIK POST is the default method so you don't need to specify it.
GET requests are cached (at least in jQuery that's the case)

Bastian




More information about the TYPO3-dev mailing list