Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 95,519
» Latest member: 88vbet2eccom
» Forum threads: 2,423
» Forum posts: 11,366

Full Statistics

Online Users
There are currently 1191 online users.
» 3 Member(s) | 1183 Guest(s)
Applebot, Bing, Facebook, Google, Yandex, 88vbet2eccom, 9000ukcom, sodo66dating

Latest Threads
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: lfeliz
Yesterday, 07:37 PM
» Replies: 1
» Views: 163
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 57
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 362
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 85
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 1,887
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 233
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 703
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 257
TIWjQDBGrid DateFormat
Forum: IntraWeb General Discussion
Last Post: brushbuny
08-05-2026, 03:31 AM
» Replies: 2
» Views: 1,655
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 393

 
  HTML Form Without Anti-CSRF Token Detected
Posted by: pgnair - 06-23-2023, 02:33 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi Team,

Got the below vulnerability in this quarter audit. In the servercontroller security option , the checkformid is already True. the version am using is 15.2.62.
Please advise how to fix this

Thanks
Pramod

HTML Form Without Anti-CSRF Token Detected

Cross-Site Request Forgery (CSRF/XSRF) is a vulnerability where an attacker tricks the victim into making a request victim did not make. So the attacker abuses the trust a web application has with a victim's browser. Mostly the HTML forms submitted have CSRF tokens embedded in them while submitting the request. If a form is without this preventive measure enabled then it's very much prone to CSRF attacks and other dependent attacks. We are checking for the existence of the known list of CSRF tokens if none of the tokens are found the target will be flagged.

Print this item

  OAUTH 404 while switching from SA to ISAPI
Posted by: swiatex - 06-22-2023, 06:49 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,
I've encountered 404 while switching Google OAuth from SA to ISAPI (IIS).
On SA everything works fine (return to localhost:8888/$/oauth/v2 works fine). However when switching to ISAPI I got 404 when returning to mydomain.com/$/oauth/v2.
I suppose it's more server side IIS then Intraweb, but not sure if I miss something.
Any ideas how to troubleshoot? Could you please suggest debug ideas? 
Regards,



Just figured out that it should look like:
Code:
mydomain.com/app.dll/$/oauth/v2
rather that 
Code:
mydomain.com/$/oauth/v2



So this might be marked as solved. Im leaving it here as is in case if someone may face same issue.

Print this item

  Timeout while executing CGI module
Posted by: PaulWeem - 06-21-2023, 03:26 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

I am using a CGIRunner to perform some database tasks.
But before the CGIRunner finishes successfully, I get a Timeout error.

What can I do to prevent this from happening?

Thanks in advance!

Cheers, Paul

Print this item

  IntraWeb 15.3.8 is out!
Posted by: Alexandre Machado - 06-21-2023, 08:10 AM - Forum: IntraWeb General Discussion - No Replies

Hi folks,

there is a new update available:

https://www.atozed.com/2023/06/intraweb-15-3-8/

1 important fix regarding IWButtons and also 1 feature that should have included in the previous build but due to a build failure it hasn't

Cheers

Print this item

  TIWModalWindow and Font size on buttons and title
Posted by: Lenfors - 06-20-2023, 12:09 PM - Forum: IntraWeb General Discussion - No Replies

Hello!

How can I change the font / fontsize used for the buttons and the Title in a TIWModalWindow?

Best regards, Mikael

Print this item

Big Grin TIWLabel AutoSize not working when aligned top
Posted by: Lenfors - 06-20-2023, 11:31 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello!

If I set the Align property of aTIWLabel to alNone the control resizes nicely depending on Font and text [Image: biggrin.png] 

But If I set Align to alTop the height of the control does not adjust!?

Best regads, Mikael

Print this item

  Simultaneous sessions
Posted by: f.mouraud - 06-20-2023, 09:26 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,

I am currently encountering an issue which requires me to have 2 different sessions at the same time on a browser and on the same device.

Is there any way to do this with intraweb ?

Best regards,
Florian

Print this item

  IntraWeb 15.3.7 is out!
Posted by: Alexandre Machado - 06-20-2023, 06:21 AM - Forum: IntraWeb General Discussion - Replies (16)

Hi folks,

there is a new update available for IW 15:

https://www.atozed.com/2023/06/intraweb-15-3-7/

This new release contains many interesting new features. One new demo will be published soon showing this.

Also it contains our new online help (check subfolder \Help). This is the first version but we are working hard to include more content in the next releases.

Enjoy!  Big Grin

Print this item

  Compiling Indy 10 for Delphi XE3, strange error
Posted by: PabloRomero - 06-17-2023, 05:08 PM - Forum: Indy - Replies (2)

Hi Friends.  I've been fighting for days to get Indy 10 working in DXE3 Up2
Compiling, I get this 

   

And this

   

What am I doing wrong?

Regards

Print this item

  Faking modal Form
Posted by: Lenfors - 06-14-2023, 01:22 PM - Forum: IntraWeb General Discussion - Replies (2)

Hello!

I'm converting a VCL application and I'm really missing the ShowModal function in IntraWeb :-)

is there an example how I can "fake" this?

What I want to do is this;

From Form1 I want to create Form2.
Then I want to show Form2.
Depending on what button I press in From2 I want to set a return value and close Form2 making Form1 reappear.

Best regards, Mikael

Print this item