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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,352
» Latest member: protovcoda1986
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1417 online users.
» 2 Member(s) | 1412 Guest(s)
Applebot, Bing, Google, ialo789, protovcoda1986

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
7 hours ago
» Replies: 1
» Views: 102
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 103
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 113
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 393
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 201
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 563
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 191
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,133
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 325
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 925

 
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

  Image question on tiwjqdbGrid
Posted by: joelcc - 12-23-2023, 01:00 AM - Forum: IntraWeb General Discussion - Replies (6)

Does anyone know if it is possible to put an image in a column in a row on the TIWJQDBGrid?

Print this item

  Exporting data to Excel
Posted by: Fabrizio Conti - 12-22-2023, 09:32 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi all,

I currently use the TMS component TTIWAdvWebGridExcelIO to import/export data to Excel. It works fine and it is very easy to use.

But it is old, it doesn’t support new Excel formats and it is my understanding that TMS will not develop his IW Suite anymore.

During the process to convert my applications moving away from TMS I need to find a solution for Exporting data to Excel from a table or dataset. Before diving into internet trying to find a convenient solution, I wonder if anyone can point me in the right direction of the best practice to do this fairly common task.

Thanks in advance

Fabrizio

Print this item