[Typo3] Login Section in Template -> redirect ... (handling POST vars)

Francois Suter fsuter at cobweb.ch
Tue Nov 15 16:53:43 CET 2005


Hi,

> However, recently I discovered the Inline Frame extension which I find
> very nice.  It gives me the possibility to integrate my application in
> my TYPO3 website very easily.  Unfortunatly, the POST vars somehow do
> not get through, so I can not pass the login form ... I guess this  
> is a
> normal behaviour of TYPO3, but perhaps somebody knows a workaround ?

It's a normal behaviour of any web application with frames. The page  
that you load in your IFRAME is called via its own HTTP request,  
which is not the same as the one that called the page with the  
frameset. The POST variables are "attached" to this first HTTP  
request not to the one for your IFRAME. One possibility would be to  
pass them along as GET vars in the URL. Otherwise you would have to  
simulate a POST request, but I don't if that's feasible with Typo3.

HTH

François Suter
Directeur technique
-----------------------------------------------------
Cobweb Development Sàrl
www.cobweb.ch
-----------------------------------------------------




More information about the TYPO3-english mailing list