You are not logged in.
Pages: 1
This is probably easy but this code keeps returning
Content-Type=text/plain; charset=UTF-8
instead of
Content-Type=text/html; charset=UTF-8
procedure TSQLRestServerFullMemory.Help(Ctxt: TSQLRestServerURIContext);
begin
Ctxt.Returns('<html><body>Help</body></html>',HTML_SUCCESS,HTML_CONTENT_TYPE);
end;
Please help
Edgar
Offline
Hallo!
Can anybody help me in this matter?
How can I send content-Type HTML instead of PLAIN TEXT?
Thank you
Offline
uuuuhh, a copy past error, thanks
Offline
Pages: 1