| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 97,816
» Latest member: jd88hcom
» Forum threads: 2,426
» Forum posts: 11,371
Full Statistics
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 157
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 131
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 152
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 449
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 223
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 621
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 216
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,208
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 343
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 971
|
|
|
| How does session timeout work? |
|
Posted by: msgopala - 04-22-2019, 01:51 PM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
I have my Main.pas property Keep alive property checked
The Timeout in the server controller is set to 10.
Even after 10 minutes the Main page does not show a session expired message.
Could someone explain how this process works? do I need to program for a page redirect to a custom session time out page ?
Thanks
|
|
|
| [REQUEST] Add a way to create partitions |
|
Posted by: ad2017 - 04-22-2019, 11:17 AM - Forum: COSMOS
- Replies (1)
|
 |
Hey, I wanted to test my OS on a virtual machine (not debugging), but I didn't know that COSMOS isn't able to create partitions. It would be really useful if it could, as you could install it on a brand new drive.
I really hope this will become a thing. Thanks.
|
|
|
| TIdFTP with HTTP Proxy issue [Delphi 10.2/Indy 10.6.2.5366] |
|
Posted by: chinaid - 04-22-2019, 08:22 AM - Forum: Indy
- Replies (1)
|
 |
//init TIdFTP
f := TIdFTP.Create(self);
f.Passive := true;
//init Proxy
cProxy := TIdConnectThroughHttpProxy.Create();
cProxy.Host := '123.123.123.123';
cProxy.Port := '3128';
cProxy.Enabled := true;
//init IOHandler
LHandler := TIdIOHandlerSocket.Create();
LHandler.TransparentProxy := cProxy;
f.IOHandler := LHandler;
//ftp server
f.host := 'ftp.server.com';
f.username = 'root';
f.Password := 'abcd1234';
after f.Connect will get an error: "Abstract Error", if does not use proxy it works fine.
for sure, the proxy server/ftp server are both working fine.
sorry, I am not good at Indy, I have checked many documents/websites and made this code, but it looks not working for me, does someone can share some advise or document to me, thanks in advance.
|
|
|
| HELP TIWTreeView |
|
Posted by: denville - 04-17-2019, 11:33 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I'm really struggling her without any help resource - where can I get help for TIWTreeView ? I try using VCL techniques but I get errors like undefine TTreeNode (or TIWTreeNode) and if I busk my way past that I get AddChild is not a member of TIWTreeViewItems
|
|
|
| StandAlone controller, can't connect |
|
Posted by: denville - 04-17-2019, 09:51 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
C++ Builder XE7, latest IW, Standalone Controller...
Two outstanding problems:
(1) If I don't do a complete rebuild of the project, I get an unlicensed usage page (I'm fully licensed). I guess I can work around this bit I wonder if it has a bearing on the following..
(2) I cannot connect to the app with a browser. If I include the Run() command in the following:
IWStandAloneServer1 = new TIWStandAloneServer( this );
IWStandAloneServer1->Start( __classid(TSaServerIndy) );
// IWStandAloneServer1->Run();
then the browser opens and I get the page fine (possibly following the unlicensed warning, depending on whether I have re-built). But try as I may, with or without the Run() command, I cannot connect from a browser using 127.0.0.1:8888 or 127.0.0.1:8888/start or 127.0.0.1:8888/$/start or anything else I can think of. I notice from the browser history that successful connections via Run() use seemingly random ports in the 50000 range.
Thanks for help, I'm sure you know the Help link installed with the latest IW is actually broken.
Denville.
|
|
|
| Escalando aplicação Intraweb |
|
Posted by: ronaldobim - 04-16-2019, 06:55 PM - Forum: IntraWeb Dúvidas Gerais
- Replies (7)
|
 |
Estou utilizando minha aplicação compilada para ISAPI rodando no IIS em apenas um servidor, em breve
gostaria escalar a aplicação em mais de um servidor. Lendo a documentação da Atozed uma das recomendações
seria seguir os seguintes passos (Step 1 – Install Multiple Application Servers, Step 2 – Create a New DNS Record,
Step 3 – Add Multiple IPs for the DNS Record, Step 4 – Create a Redirect Entry). Até o passo 3 entendi perfeitamente
a ideia e como fazer, no passo 4 entendi que preciso criar uma Redirec Entry para garantir que as chamadas subsequentes
sejam direcionados pro mesmo servidoro no qual a sessão inicial foi direcionada pelo DNS. Esta configuração seria feita na aplicação
ou no IIS ? teria algum exemplo de como criar esta regra ?
|
|
|
| Sending Email by idSMTP from computers with underscore in name |
|
Posted by: Steffen - 04-12-2019, 09:19 AM - Forum: Indy
- Replies (4)
|
 |
I realized, that an underscore in the computer name effectivly prevents sending of emails with Indy's TIdSMTP, TIdMessage & TIdSSLIOHandlerSocketOpenSSL.
I use Delphi XE3 with latest Indy 10.6.2. and latest SSLs (utUseExplicitTLS & port 587).
TIdLogfile shows this message when the computer name contains an "_":
"501 Syntactically invalid EHLO argument(s)"
I tested this with Windows pro 7 and 10.
Can anybody reproduce this?
When I change the computer name to a string not containing an underscore, mails are sent!
This observation is coherent with another user's problem, described here:
https://github.com/jens-maus/yam/issues/325
Is there a workaround that enables sending IdSMTP mails also from computer names with underscore?
|
|
|
| Using post with TContentHandler |
|
Posted by: cprmlao@hotmail.com - 04-11-2019, 12:47 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi,
I did a json post to a content handler I just created.
I put a breakpoint in the execute method.
I stopped in the breakpoint and I am searching in aRequest and aParams but I am unable to find the json content posted.
Where I can find the posted json in the execute handler method?
regards, Luiz
|
|
|
|