Normalerweise kommt als ResponseHeader
Code: Select all
HTTP/1.1 200 OK
Date: Mon, 26 Dec 2022 10:34:47 GMT
Server: Apache/2.4.37 (Win32) OpenSSL/1.0.2p PHP/5.6.40
X-Powered-By: PHP/5.6.40
Content-Length: 539
Content-Type: text/html; charset=ISO-8859-1
Daraufhin habe ich den GET Aufruf direkt über cHttp und nicht über Norberts GetDocumentByGetOrPost gemacht:
Code: Select all
oHttp := CHttp{"BMTest"}
oHttp:Open()
cPage := oHttp:GetDocumentByUrl("http://localhost/wwwapps/BMTest/unity.php/" + AsString(nId))
cHeader := oHttp:ResponseHeader
oHttp:CloseRemote()
oHttp:Axit()
Ich habe diese Routine schon durchgetestet, finde aber nichts.