| Welcome, Guest |
You have to register before you can post on our site.
|
| 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.
|
|
|
| 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.
|
|
|
| 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
|
|
|
| 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
|
|
|
|