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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,897
» Latest member: gioithieutylenhacai
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1330 online users.
» 1 Member(s) | 1325 Guest(s)
Applebot, Bing, Facebook, Google, rlebeau

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 166
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 135
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 154
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 451
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 226
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 625
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 217
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,215
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 346
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 972

 
  IWServerControllerBaseBeforeNewSession
Posted by: Lorbass - 04-17-2023, 09:54 AM - Forum: IntraWeb General Discussion - Replies (9)

At this point (IWServerControllerBaseBeforeNewSession) it would be interesting to prevent a response of the server.

In other words: The server does not respond and is therefore "invisible".

Can this be implemented? Or is there an adequate possibility somewhere else?

Thanks in advance for a reply on this!

Print this item

  New IW 15.3.2 has been released!
Posted by: Alexandre Machado - 04-17-2023, 08:54 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi guys,

there is a new build available which fixes a small but critical thing and also brings some new exciting stuff:

https://www.atozed.com/2023/04/intraweb-15-3-2/

Enjoy!  Big Grin

Print this item

  New Http client classes
Posted by: Alexandre Machado - 04-16-2023, 11:01 PM - Forum: IntraWeb General Discussion - Replies (1)

In the next update (15.3.2) we are also including new and refactored Http client classes that are being used for all client communication from IW core classes:

- IWTelegram
- IWIPGeolocationClient
- IWOAuth
- IWReCaptcha

all these controls/classes need to establish communication with the API server via HTTP (mostly REST calls) in order to work properly. 

We currently have a TIWHttpClient which is based on Indy. Indy is a solid framework for HTTP communication and works everywhere and we will continue to use it. This class has been renamed to TIWIndyHttpClient in new IW 15.3.2 (not yet released). A new class has been introduced, the TIWWinHttpClient, which is based on Windows WinHttp API. WinHttp is not available in older versions of Windows, but it can be used in all newer versions. WinHttp relies on Windows services itself to provide secure HTTPS. On the other hand, Indy relies on OpenSSL, so OpenSSL  DLLs will likely need to to be deployed with your application, if using any of those controls/classes listed above with Indy-based client. This is not always desirable, that's why we are creating this new option. The new TIWWinHttpClient class will be available in all IW supported platforms, including Delphi 2009/2010/XE (they don't have the WinApi.WinHttp.pas which was released only in XE2).

ServerController will have 1 new property named HttpClientClass which can be set to WinHttpClient (default) and IndyHttpClient. Setting this property will control how IntraWeb core will handle the HTTP client communication for all those controls.

You can also use the same client classes to handle your own needs regarding Http client communication, instead of relying on 3rd party code, which simplifies the application code and maintenance. 

Stay tuned!  Big Grin

Print this item

  IWReCaptcha demo
Posted by: Alexandre Machado - 04-16-2023, 10:47 PM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

I've also published another demo yesterday showing how to use the IW ReCaptcha control. The control is not new and I was sure that the demo had been published/committed to our github repository, but I couldn't find it, so seems that somehow it had been not.... So here it is:

https://github.com/Atozed/IntraWeb/tree/.../Recaptcha

Enjoy!  Big Grin

Print this item

  New IW oAuth 2.0 demo
Posted by: Alexandre Machado - 04-16-2023, 10:02 PM - Forum: IntraWeb General Discussion - No Replies

Here's the new demo showing everything that you need to use this new OAuth 2.0 feature in IntraWeb:

https://github.com/Atozed/IntraWeb/tree/...lphi/OAuth

The instructions on how to create and register the application are all there in the main form. Also check the ServerController's code.

You also need OpenSSL DLLs to run this demo (after creating your applications on Google and Azure). In the next update we are also including the possibility to use WinHttp to handle all the communication, so you don't need to deploy the OpenSSL DLLs, if you wish.

Enjoy!  Big Grin

Print this item

  AV IWCombobox
Posted by: raulevm - 04-16-2023, 05:40 PM - Forum: IntraWeb General Discussion - Replies (1)

Does anyone get an AV when entering items in an iwcombobox with IW15.3.1 and Delphi 11.3?. I restart the IDE or the PC and the problem continues.

Print this item

  Built-in support for Microsoft Azure and Google OAuth authentication APIs
Posted by: swiatex - 04-16-2023, 05:38 PM - Forum: IntraWeb General Discussion - Replies (2)

Dear,
Could somebody clarify new option set?

  • Built-in support for Microsoft Azure and Google OAuth authentication APIs. Add Google or Microsoft login to your applications in 5 minutes!
Best regards!

Print this item

  After timeout refresh page
Posted by: matija - 04-14-2023, 05:53 AM - Forum: IntraWeb General Discussion - Replies (5)

I have sessiontimeout setting 5 min. After not beautiful message 500 ...

Can you replace with html template which contain link to refresh page?

Print this item

  Activate a form from the stack
Posted by: Mikael Nilsson - 04-12-2023, 08:38 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi,

In a stack of created forms  (7 of them).
How do I make nr 3 the active form?

Print this item

  IWControlHelper::AddJavaScriptToExecute in C++ Builder (Priority support)
Posted by: valmeras - 04-12-2023, 02:47 AM - Forum: IntraWeb General Discussion - Replies (1)

I am trying to call a JavaScript function from a TMenuItem onClick event, which of course has no JavaScriptEvent!
So I would like to use AddJavaScriptToExecute() in C++ Builder.
The problem is that when I open IWControlHelper.hpp, I do not see any class with static members!
Just 2 void pointers!
Am I including the right file?
How can I call AddJavaScriptToExecute() for Sync events in C++ Builder?

Print this item