| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1069 online users. » 2 Member(s) | 1063 Guest(s) Applebot, Bing, Google, Yandex, DwayneCollins, s66bpcom
|
| Latest Threads |
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 411
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 457
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 339
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 696
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 403
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 886
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 364
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,603
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 535
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,277
|
|
|
| Prevent DOS attack |
|
Posted by: PDSBILL - 09-16-2020, 02:29 PM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
I have an interesting issue.
We have built a number of Intraweb apps that are call from a customers Main Web Site on a different domain.
The customer had a Audit done and reported that the Intraweb apps were vunerable to a dos attack.
I have tried the Authbeforecreatesession with authevents component, but is uses the browser Login dialog which is not an acceptable solution.
Is there a way to present a Captcha form before session creation that when validated then creates a new session and shows the IW app main form.
|
|
|
| Image mapping |
|
Posted by: bostjan - 09-16-2020, 11:03 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi,
I have an image with some information that i wish to make clickable. Since picture is responsive I cannot get correct coordinations so the only solution I found is to make image map. Is there any example how to make it with Intraweb or could I get some pointers how to insert map info into html?
Kind regards,
Bostjan
|
|
|
| httpsys and nsRedirect |
|
Posted by: joelcc - 09-15-2020, 03:04 PM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
I am running a program under httpsys and would like to turn on the SSL Options->NonSSLRequest so that it will redirect from non ssl to ssl. When I set the value to nsRedirect, it does not seem to redirect.
We are using iw 15.2.15
|
|
|
| get real client IP |
|
Posted by: mazluta - 09-12-2020, 09:29 PM - Forum: Indy
- Replies (1)
|
 |
i build Mailer Server using idHTTPServer
i want to get the client IP (the best will be in commanget).
but every thing i tried give me the IP of my Router.
from on connect
from start session
from request
from response
from conext
what ever bind or peer or host - all point to MyExternal IP (the router ip at my internet provider).
i use no-ip. that direct all to my IP from the to my router. there i have forward to 192.168.1.50.
my server is there, wait for port 5555.
the request is always come to the server. but i dont know from whom.
thanks for help
|
|
|
| WebApplication.TerminateAndRedirect(WebApplication.ApplicationURL) changed |
|
Posted by: jeroen.rottink - 09-11-2020, 03:18 PM - Forum: IntraWeb General Discussion
- Replies (10)
|
 |
Hi,
WebApplication.TerminateAndRedirect(WebApplication.ApplicationURL) in IW15.1.22 works different from IW15.2.17
In the old version the current session would be terminated and a new one would be started.
In the new version the current session is terminated and a 303 status is send to the browser.
Code: procedure TIWForm1.IWButton1Click(Sender: TObject);
begin
WebApplication.TerminateAndRedirect(WebApplication.ApplicationURL);
end;
I used it to logout a user and present the logon screen again.
WebApplication.TerminateAndRedirect('logoff.html') still works as expected.
|
|
|
| TIWDBEdit and AutoEditable |
|
Posted by: PaulWeem - 09-10-2020, 01:03 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Hello,
I'm using IW15.2.15 on Delphi 10.3.3.
It seems like TIWDBEdit is not respecting AutoEditable setting.
Even when a dataset is not in editmode, the value in TIWDBEdit can be changed and is saved in the database.
Can you please check and confirm?
Regards, Paul
It seems this occurs only when using a DataModule and the DataSource is on the Datamodule.
When the DataSource is on the same form as the TIWDBEdit, everything works as expected.
|
|
|
|