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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 90,693
» Latest member: okestream4kvip
» Forum threads: 2,418
» Forum posts: 11,354

Full Statistics

Online Users
There are currently 1043 online users.
» 3 Member(s) | 1037 Guest(s)
Applebot, Bing, Google, jetcasinobonusbrcom, okestream4kvip, snownorimel1985

Latest Threads
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 40
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 201
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,354
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-02-2026, 04:21 PM
» Replies: 3
» Views: 240
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,264
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 255
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 418
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 393
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,883
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
07-17-2026, 08:06 AM
» Replies: 7
» Views: 2,413

 
  First release of the year: IW 15.5.4 is out
Posted by: Alexandre Machado - 01-07-2024, 07:58 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi guys,

there is a new maintenance update avaialble:

https://www.atozed.com/2024/01/intraweb-15-5-4/

Enjoy  Big Grin

Print this item

  Server 2022
Posted by: MJS@mjs.us - 01-07-2024, 02:00 PM - Forum: IntraWeb General Discussion - Replies (5)

I have to move from Windows Server 2016 to 2022 shortly.  I've found an issue which looks to be related to httpsys and SSL.

This code works correctly on httpsys/SSL/Server2016 or non SSL from an OnClick event:

Code:
WebApplication->TerminateAndRedirect(url); and
WebApplication->Response->Cookies->AddCookie()

On httpsys/SSL/Server2022 (Non SSL works) I get blank page with this:

ERR_HTTP2_PROTOCOL_ERROR

Also, the behavior of this is different from OnClick and OnAsyncClick:

Code:
WebApplication->Terminate(custom message);

OnClick goes back to main form with new session, OnAsyncClick works correctly by showing the custom message.  This seems not related to httpsys, etc.

Print this item

Question How POST request from client-side directly
Posted by: baxing - 01-06-2024, 05:40 AM - Forum: IntraWeb General Discussion - Replies (6)

Hello,

I want to POST Request directly from the Browser side, which must not go through the Server side as shown in the picture.(This is a payment gateway requirement.)

[Image: Request.jpg]
Currently, I am using REST Client to manage requests, but the results show that Gateway cannot verify it because the request is sent from my server.

Please advise me which command to use to send the POST Request so that the command is sent/received directly from the Client side only.

Thank you

Print this item

  Handles/sessions/Thread
Posted by: pgnair - 01-05-2024, 11:30 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi Team
one of the client application developed in version 15.3.5 is running very slow in the last one week. It is running as Indy SA service. In the code I couldn't find out any reason. Yesterday the client System Engineers asked below queries.

In the TaskManger number of handles for the exe is very high , why?
In the DynaTrace tool number of sessions and threads are very high, why? 
In the Cache folder, number of sub folders(sessions) and very high, why? why it is not get deleted when logout?

Thanks
Pramod

Print this item

  Supported Delphi Versions
Posted by: lfeliz - 01-04-2024, 06:24 AM - Forum: IntraWeb General Discussion - Replies (4)

Hello,

What is the  current minimum supported Delphi Version?  I am stuck on Delphi 10.2, was about to purchase update and thought I better ask this question.   With Lazarus support coming some day this may not be an issue.  

Regards,

Lou

Print this item

  Custom content handler with session
Posted by: giorgio_c - 01-03-2024, 03:36 PM - Forum: IntraWeb General Discussion - No Replies

I've a custom content handler.
Its path is: /file?fn=<filename>
The web page calls this URL: localhost:8888/file?fn=test.pdf
The content handler have to check if the user i logged.
On the first call, the URL is: localhost:8888 and the server respond with a login page, if user/pwd match then che user session has a "logged" property set to "true".
The URL now is: http://localhost:8888/8FRhd~Z~mBGZQR9kQSqmE4EoXMm (the session ID is in the URL).
Then, a new page can fetch the special URL localhost:8888/file?fn=test.pdf (i do no put any session ID here, or I have to do this? Where can I find che current session ID client side javascript?), and now the content handles must check UserSession.logged property. But I get always "false" here.
How can I check for the current user session data?
Thanks.

Print this item

  How can I deploy an IntraWeb 9 app written in D2007
Posted by: homer@agencybusys.com - 12-31-2023, 01:44 AM - Forum: IntraWeb General Discussion - Replies (8)

I am having trouble deploying a web app recently written in Delphi 2007 using IntraWeb 9 (it was bundled with D2007 professional). We are not able to change from using D2007 so suggesting an upgrade is not a viable solution. However, I don't mind buying an IntraWeb upgrade as long as the newer version will work with D2007, and will solve the deployment issue.

The web page produced by the app I'm trying to deploy works fine on any device connected to my LAN -- my local development machine (127.0.0.1...), other computers on the LAN, even my cell phone when connected via WiFi. It also works on the host machine I'm trying to deploy to (Windows Server 2022) using its browser with 127.0.0.1.... However, when trying to access it via the web, it times out.  I have opened the specified port on the host for both TCP and UDP.  The web app is running as a Stand Alone for testing. Once successfully deployed, I'll switch it to a service.         

I've been programing with Delphi since Delphi 1, but this is my first IntraWeb app. I don't know if it is something I'm doing (or not doing), or if the bundled IntraWeb was a trial version, and I need a license to deploy. 

My attempt at deploying on our web host:

  1. Created a sub-folder under the directory in which our WordPress web site resides:
    C:inetpub\vhosts\mydomain.com\httpdocs\MySubFolder
  2. Uploaded the App.exe and support files needed to access a Firebird Database.
  3. Run the App with and without admin privileges. 
Tried to access the web page from my local browser using the IP address:port as well as the domain.com:port. in each case it times out.

Any help will be greatly appreciated.

Print this item

  multiple apps using same IWCACHE folder
Posted by: PDSBILL - 12-26-2023, 02:52 PM - Forum: IntraWeb General Discussion - Replies (8)

Should I set each ISAPI IW apps's cache folder to a unique location. I have 4 IW apps all using the same location "C:\IWCACHE" and have noticed that there are a number of cache folders that are many days old. I am not sure if it because the App pool is timing out thus killing the IW app or a conflict with multiple apps writing to the same cache folder location.
My understanding is that the cache folders are deleted after several minutes past session timeout.

Print this item

  TIWjQDBGrid css and js
Posted by: Comograma - 12-26-2023, 10:44 AM - Forum: IntraWeb General Discussion - Replies (1)

I'm using TIWjQDBGrid component and since a while ago, when I have more then one page of data to show, the navigation buttons do not appear or aren't being rendered.
I have jQDBGrid.RenderCNDFiles = False, so I need them locally.
I think this is happen because of some file that I do not have the most recent version, I think.
From where can I download them and wich files are those?

I'M loading these files from local disk:
IWForm.PageContext.AddBodyScriptFile('/js1/jquery.jqgrid.min.js');
IWForm.PageContext.AddLinkFile('/css/ui.jqgrid.min.css');
IWForm.PageContext.AddLinkFile('/css/jquery-ui.min.css');



Attached Files Thumbnail(s)
   
Print this item

  Merry Christmas!
Posted by: Alexandre Machado - 12-24-2023, 04:34 AM - Forum: IntraWeb General Discussion - Replies (5)

Hi guys,

instead of sending an automated email to every IntraWeb developer around the world, I'll leave a personal message to all our friends here:

It's been a wonderful year. So many things in our list are done now. I won't spend any time going back to our work items and logs to list that to you, but making IntraWeb compatible with Lazarus (yes, it is a few DAYS away) and also releasing and Indy TLS 1.3 compatible version (That performs 25% better, yay!) was awesome! Really rewarding....

I hope to be here next year with you guys helping to push IW forward and keeping it even more successful than it it today.

Merry Chistmas to everyone and a wonderful new year!

Big Grin

Alex

Print this item