| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 175
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 140
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 156
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 458
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 234
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 630
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 219
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,234
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 355
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 978
|
|
|
| Indy on windows 2022 server |
|
Posted by: mike.price@asterox.net - 02-10-2023, 02:54 PM - Forum: Indy
- Replies (1)
|
 |
I am programming a rest sever in Delphi 11 It has the standard Indy 10.6.2.0 installed. Ssleay32.dll and libeay32.dll are in the same directory as the exe. When run on development machine all starts ok.
Copy exe and the dll’s to a directory on my windows 2022 server and it gives ‘could not load ssl library’ I have set in code IdOpenSSLSetLibPath('c:\TestDLL') which I believe should not be necessary if the dlls are in the same directory still the same error. I have installed Indy directly on the server same error.
The rest server used to run ok on Microsoft server 2012 is there settings I am missing on new server?
|
|
|
| Idhttpserver force Login/password |
|
Posted by: BartKindt - 02-05-2023, 09:44 PM - Forum: Indy
- Replies (1)
|
 |
I am writing a IdHttpsServer application, which requires that the connecting web browser login with username and password.
I am not a HTML specialist, but I remember that basic authentication would pop-up a (what looks like) *internal* web browser window where the Login and Password can be entered, after which these are send back to the Server in the 'Basic' authentication format.
So they show up in ARequestInfo.AuthUsername and ARequestInfo.AuthPassword.
How do I 'force' this to happen on the Browser side? I was looking for a IdHttpsServer option to force this request, but can't find anything; So it must be a special HTML command/webpage to generate this on the browser side?
|
|
|
| Terminating IntraWeb sessions |
|
Posted by: JuergenS - 02-04-2023, 01:04 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi Alexandre,
i get an EIWSecurityException if try to use the new Event OnAsyncPageUnloaded
------------------------------------------------------------------------------------------------------------------------
Exception message : Invalid page context
Security check failed. Please restart the application.
Exception class : EIWSecurityException
Exception address : 009B32F5
Exception Time : 2023-02-04 13:40:22.155
------------------------------------------------------------------------------------------------------------------------
Application Name : ???
Application Version: ???
Started at : 2023-02-04 13:39:45.585
Running for : 36 seconds
Computer Name : ???
Compiler Version : 350
------------------------------------------------------------------------------------------------------------------------
IntraWeb Version : 15.2.69
Multi-session : False
Content Path : ???
Session count : 1
Application Path : ???
Active Form : IWA_Frm_Main (TIWA_Frm_Main)
Active Form list : [1] IWA_Frm_Main (TIWA_Frm_Main)
Form list : [1] IWUserSession (TIWUserSession)
[2] IWC_Session (TIWC_Session)
[3] IWA_Frm_Main (TIWA_Frm_Main)
Browser Name : Firefox
Browser UserAgent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
Session ID : MZnkcD~D7TiJN-DaHvuZrSv4AMC
Last Access : 2023-02-04 13:40:21.488
Callback : True
Callback name : DoOnAsyncPageUnloaded
Runtime parameters :
------------------------------------------------------------------------------------------------------------------------
Client IP address : 127.0.0.1
Request PathInfo : /$/callback
Request Method : POST
Request User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
Cookies Count : 1
------------------------------------------------------------------------------------------------------------------------
[Stack trace is empty]
------------------------------------------------------------------------------------------------------------------------
void setAsMainForm()
{
TIWA_Frm_Main::SetAsMainForm();
}
Regards
Juergen
|
|
|
| Throttle multiples connections ? |
|
Posted by: Adrien - 01-30-2023, 04:54 PM - Forum: Indy
- No Replies
|
 |
Hello,
I'm wondering if there is a way to throttle a group of connections using a TIdInterceptThrottler, or some other way.
2 things I'm looking to achieve:
1) On the client side, I am using multiple connections to send data to a server. I want to be able to limit all these connections to a certain number of bits per second. Currently I'm able to throttle each connection individually, but not as a "group". A naive way would be to use n different TidInterceptThrottlers for n established connections and set BitsPerSec to MaxBytesIWant div n, but if some connections are no longer used, the remaining connection would be unnecessarily throttled to a lower value.
2) On the server side, certain uploads initiated by different clients are treated as the same global operation, and I would be able to allow them to be throttled as a whole. For example, set a specific BitsPerSec limit for all these connections.
Is there a way to do this with Indy 10?
Kind regards,
Adrien
|
|
|
| New Property in iwbsdropdown |
|
Posted by: Anto90 - 01-18-2023, 04:44 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hello,
it possibile to add LockOnAsyncEvent also in DropdownItems of IWBSDROPDOWN in iwbootstrap 3?
It could be a good idea to show spinner in async event...
Another..
It can be possible add property visible and method Hide to hide single element of DropDownItems of IWBSDropdown. Sometimes i must hide some menu items and it could be better don't like javascript do hide but use its own method.
Thank you
Andrea
|
|
|
|