ChatCrawlersearch across public Telegram Open the app
I

IntraWeb

172 members
10 August 2026
J
unit Auth.HttpServer; interface procedure RegisterBearerAuthHttpServer; implementation uses SysUtils, InContext, IW.Server.HTTPIndy, IW.Server.Indy; type TBearerAwareHttpServerIndy = class(THTTPServerIndy) private procedure HandleParseAuthentication(AContext: TInContext; const AAuthType, AAuthData: string; var VUsername, VPassword: string; var VHandled: Boolean); protected procedure InitComponent; override; end; procedure TBearerAwareHttpServerIndy.InitComponent; begin inherited; OnParseAuthentication := HandleParseAuthentication; end; procedure TBearerAwareHttpServerIndy.HandleParseAuthentication(AContext: TInContext; const AAuthType, AAuthData: string; var VUsername, VPassword: string; var VHandled: Boolean); begin // validation of the token is done in the contenthandler // here is accepting the scheme sufficient VHandled := SameText(AAuthType, 'Bearer'); end; procedure RegisterBearerAuthHttpServer; begin TSaServerIndy.RegisterHttpServerIndy(TBearerAwareHttpServerIndy); end; end.
A
Jeroen Röttinkunit Auth.HttpServer; interface procedure RegisterBearerAuthHttpServer; implementation uses SysUtils, InContext, IW.Server.HTTPIndy, IW.Server.Indy; type TBearerAwareHttpServerIndy = class(THTTPServerIndy) private procedure HandleParseAuthentication(AContext: TInContext; const AAuthTy
Hi Jeroen, We are incorporating something like that in all our servers, to handle bearer authentication easier, in all server types, not only Indy, but it's not ready yet. Feel free to send me any specific requirements you have so I can check if it will fit our implementation.
11 August 2026
E
Hi I had a valid intraweb installation . lost the machine that it ran on . where can i find the download and serial number for intraweb 14.0.29
i used to be able to logon and download before if i can remember
12 August 2026
27 August 2026
V
Hi all, I purchased a license yesterday, but I haven’t received anything other than the invoice 😅 Could you help me ? Thanks
28 August 2026
M
Hi people!!! How to list all sessions active in intraweb is running as service ?
V
nouri@Alex7691
I still haven't received any update regarding my purchase of Intraweb. Could someone please let me know what I should expect and what the next steps are?
29 August 2026
V
Thanks all for your support ! It's alright 👍
Archive by month
Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog