[TYPO3-dev] Hook initfeuser and realurl

Carsten Bleicker bleicker at boros.de
Thu Oct 18 18:40:39 CEST 2007


Martin Kutschker schrieb:
> Carsten Bleicker schrieb:
>>     ...
>>         function initFEuser(&content,&conf){
>>
>>         // Instance of PEAR Objekt to send HTTP Request
>>         $req =& new HTTP_Request("http://myserver.com:80/");
>>
>>         // Send with POST
>>         $req->setMethod(HTTP_REQUEST_METHOD_POST);
>>
>>         // Send these post data
>>         $req->addPostData("fName", $xml, true);
> 
> So you're sending every POST data on every request? initFEuser will 
> AFAIK be called for every page hit, not for a login per HTML form.
> 
> If you want custom authentication use the authentication service. There 
> are several extension around to get a grasp how they work.
> 
> Masi


hi martin,
if its requested on every pagehit would be okay.
there seems to be more pagehits from some typo3 method.
cool uri did the same like realurl. think it has something to do with reading
pageaccess during translating the url path?

maybe, i went another way now. simly wrote an extension wich is called before templavoila
renders the page.
page.5 < myext
page.10 < templavoila

i dont login with the external db. i just synchronize some userdata like first and lastname.




More information about the TYPO3-dev mailing list