Don´t bother…

I have solved it with 

$mac:=false
$agent:=get request info("user-agent")
if(Position("Macintosh";$agent)>0)
        $mac:=true
end if

Grüße/regards
Norbert
        

Norbert Pfaff
Mannheimer Str.24b
67098 Bad Dürkheim



Am 17.05.2013 um 07:56 schrieb Norbert Pfaff:

> Hi,
> 
> I have a problem.
> I´m migrating from 2004 to 12.5 and also to NTK for the HTTP Server.
> 
> Now the code
> 
> GET HTTP HEADER($arFeld;$arWerte)
> $pos:=Find in array($arFeld;"user-agent")
> 
> works not.
> I used this to parse, if on the client side is a macintosh. Where should I 
> look to parse the header.
> 
> Grüße/regards
> Norbert
>       
> 
> Norbert Pfaff
> Mannheimer Str.24b
> 67098 Bad Dürkheim
> 
> 
> 
> _______________________________________________
> Active4D-dev mailing list
> [email protected]
> http://list.aparajitaworld.com/listinfo/active4d-dev
> Archives: http://active4d-nabble.aparajitaworld.com/

_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to