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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 86,530
» Latest member: sinnersmerchandise
» Forum threads: 2,413
» Forum posts: 11,337

Full Statistics

Online Users
There are currently 873 online users.
» 1 Member(s) | 867 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, sinnersmerchandise

Latest Threads
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 05:18 PM
» Replies: 6
» Views: 4,407
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
Yesterday, 08:06 AM
» Replies: 7
» Views: 2,038
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 03:38 AM
» Replies: 2
» Views: 534
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 03:14 AM
» Replies: 1
» Views: 171
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 02:38 AM
» Replies: 1
» Views: 156
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 02:12 AM
» Replies: 1
» Views: 209
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
Yesterday, 02:11 AM
» Replies: 7
» Views: 835
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 500
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 115
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 956

 
  Get a signature from te touch screen and save it like an image
Posted by: newuser - 05-22-2020, 10:49 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi,
How can I let the client draw a signature on the Phone or tablet?

Print this item

  Ajust screen on smartphone and tablet
Posted by: newuser - 05-22-2020, 10:42 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi,
Does anyone know how to let the app size respond on the device and screen size and the position (landscape / portrait)?
I've tried WebApplication.FormHeight

Print this item

  IWMemo Maximum Lines reached
Posted by: DavidChiq - 05-21-2020, 04:42 PM - Forum: IntraWeb General Discussion - Replies (2)

I have been using IWMemo to display log files to the user and in the past have not had any problems; at least that I could find.  In the latest versions however, I am not getting the web browser to display all of the lines that are read in using LoadFromFile.  I even tried adding the lines one at a time using a separate read function but it still will only show about 273 lines of my text file.  Some of these logs can get VERY large.  Is there a way to increase the "size" of the data in the IWMemo component?  Is there another component that might work better?  FYI - currently using IntraWeb 15.1.9 in Delphi 10.2 but the problem is in versions created several months ago also.

Thanks!
David C

Print this item

  Ciphers
Posted by: zsleo - 05-21-2020, 12:38 AM - Forum: IntraWeb General Discussion - Replies (17)

One of my web apps is being PCI certified.

1. How do I restrict ciphers from being used?

For example, I want to disallow ciphers
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
.. and others

2. I have an auditor querying if we can prevent ECDH public server param reuse

Is this possible and if so how.


TIA

Print this item

  Anyone using Auth0, FusionAuth, Okta, IdentityServer, Keycloak or equivalent?
Posted by: ioan - 05-20-2020, 07:00 PM - Forum: IntraWeb General Discussion - Replies (1)

I'm researching how to get our web application to be more secure and it seems that using one of the existing account management system like Auth0, FusionAuth, Okta, IdentityServer or  Keycloak would be the best solution. 

Did any of you use one of the account management systems available, with Delphi and IntraWeb? 

Any advice or direction is greatly appreciated.

Print this item

  Reported security issue vulnerabilty
Posted by: joelcc - 05-20-2020, 05:16 PM - Forum: IntraWeb General Discussion - Replies (7)

We have a third party company that is reviewing our websites.

They have reported some security issues that they are requiring us to address.


---------------------
Here is their description of the problem:  Cross Site Scripting

The "callback", "ajaxevent" and "ArowId" parameters found on https://site.somewhere.com/iw/Isiw.dll//$/callback can be modified to include executable JavaScript.

Note: The request requires a valid 'IW_SessionID' value that can be obtained by going to the application (no authentication required)

----------------------------

It sounds to me that they think a user can grab a session_id from the site and then use it to do an ajax callback with some malicious code.

Do you have How do I mitigate this risk?

We are currently using iw 14.  Are there some changes in iw15 that would help?

Print this item

  accessing user name
Posted by: tobenschain - 05-20-2020, 01:41 PM - Forum: IntraWeb General Discussion - Replies (2)

Users are demanding that the user name entered during log in be used for intraweb app. They say i should use LDAP so they do not have to reenter user name and password. Do i use WebApplication.Request.mAuthUser?

Print this item

  MessageDlg in Intraweb (message with dialog buttons)
Posted by: a.palladino - 05-20-2020, 08:55 AM - Forum: IntraWeb General Discussion - Replies (7)

There is a function similar to Messagedlg for intraweb
Tanks

Print this item

  TIWFileUploader: SelectFile()
Posted by: JuergenS - 05-19-2020, 01:28 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi,

Apparently TIWFileUploader only works for the Windows platform.

Is that the case or should it also work with browsers on Android devices?

C++Builder 10.3.3

IntraWeb 15.1.22

Regards
Juergen

Print this item

  TIWServerController: OnBeforeNewSession/OnNewSession
Posted by: JuergenS - 05-19-2020, 01:26 PM - Forum: IntraWeb General Discussion - Replies (6)

Hi,

I have found that a new session is always created with an HTTP request
and the OnNewSession event is triggered, whether in the OnBeforeNewSession event
the parameter vCanCreate is set to true or false.

Should a new session not only be created with vCanCreate = true


C++Builder 10.3.3

IntraWeb 15.1.22

Regards
Juergen

Print this item