Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/26/19 in all areas

  1. Marco Cantu announced FmxLinux is available for all developers using the Enterprise or Architect versions of Delphi or RADStudio. So go "GetIt"! Read more about it here: https://community.idera.com/developer-tools/b/blog/posts/announcing-fmx-linux-bundling-with-delphi-and-rad-studio Discuss it right in this thread.
  2. Hi @Yaron, you can register an InvokeError procedure to deal with non-matching URLs, there's a template in Server.Ignition file, line 107 (https://github.com/andrea-magni/MARS/blob/daef64912b04036917cb336c4eee34438fa993a8/Demos/MARSTemplate/Server.Ignition.pas#L107). If you uncomment that registration, you can implement whatever policy using the AActivation argument to access Request and Response objects (you can set the StatusCode, Content and ContentType of the Response object as you like). Sincerely, Andrea
×